Feature/warehouse

This commit is contained in:
Luca Haid
2024-07-16 06:55:46 +00:00
parent 8b4589523e
commit e75f13f8d8
64 changed files with 3207 additions and 265 deletions
@@ -0,0 +1,13 @@
<?php
class WarehouseDistributorModel extends TTCrudBaseModel {
public int $id;
public string $name;
public string $address;
public string $plz;
public string $city;
public int $countryId;
public string $email;
public string $phone;
public string $contactPerson;
}