update for warehouse

This commit is contained in:
2024-10-10 08:49:50 +02:00
parent 8a2b8c0b20
commit c57eef6e8d
56 changed files with 2250 additions and 451 deletions

View File

@@ -0,0 +1,10 @@
<?php
class WarehouseShippingNoteTextElementModel extends TTCrudBaseModel {
public int $id;
public string $title;
public string $content;
public int $create;
public int $createBy;
}