From a3c9d75617ddd485ee99b691d03d73c1c4be21a1 Mon Sep 17 00:00:00 2001 From: Werner Masik Date: Tue, 16 Aug 2022 13:10:20 +0200 Subject: [PATCH] added model for adressentyp --- application/models/person/Adressentyp_model.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 application/models/person/Adressentyp_model.php diff --git a/application/models/person/Adressentyp_model.php b/application/models/person/Adressentyp_model.php new file mode 100644 index 000000000..94a8c6048 --- /dev/null +++ b/application/models/person/Adressentyp_model.php @@ -0,0 +1,14 @@ +dbTable = 'public.tbl_adressentyp'; + $this->pk = 'adressentyp_kurzbz'; + } +}