Added addresstypes to address

This commit is contained in:
Frank Schubert
2021-06-17 20:39:22 +02:00
parent ed484f6fde
commit 0033247996
6 changed files with 220 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
<?php
class Addresstype extends mfBaseModel {
}