Merge branch 'warehouse-add-email-parsing' into 'master'
fixed table definition See merge request fronk/thetool!638
This commit is contained in:
@@ -14,14 +14,14 @@
|
||||
|
||||
class WarehouseEShopOrderModel extends TTCrudBaseModel {
|
||||
public int $id;
|
||||
public string $extRef;
|
||||
public ?string $extRef;
|
||||
public string $status;
|
||||
public string $deliveryMode;
|
||||
public string $deliveryAddressName;
|
||||
public string $deliveryAddressLine;
|
||||
public string $deliveryAddressPLZ;
|
||||
public string $deliveryAddressCity;
|
||||
public string $trackingNumber;
|
||||
public ?string $trackingNumber;
|
||||
public int $create;
|
||||
public int $createBy;
|
||||
}
|
||||
Reference in New Issue
Block a user