Preorder/add new filter

This commit is contained in:
Luca Haid
2025-12-02 14:46:22 +00:00
parent 1985865d1f
commit 09ffd911fc
20 changed files with 1486 additions and 66 deletions

View File

@@ -0,0 +1,9 @@
<?php
class WarehouseProjectMemberModel extends TTCrudBaseModel {
public int $id;
public int $projectId;
public int $userId;
public ?string $role;
public int $create;
}