Preorder/add new filter
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
class WarehouseProjectJournalModel extends TTCrudBaseModel {
|
||||
public int $id;
|
||||
public int $projectId;
|
||||
public ?string $text;
|
||||
public ?string $data; // json
|
||||
public int $createBy;
|
||||
public int $create;
|
||||
}
|
||||
Reference in New Issue
Block a user