Updated WarehouseOrder and WarehouseOrderRequest

This commit is contained in:
Luca Haid
2025-03-06 10:29:48 +01:00
parent 9ce1c2a4fe
commit a4df764a49
21 changed files with 1236 additions and 721 deletions
@@ -0,0 +1,12 @@
<?php
class WarehouseLogModel extends TTCrudBaseModel {
public int $id;
public string $table;
public int $rowId;
public string $type;
public ?string $fileIds;
public string $message;
public int $create;
public int $createBy;
}