查询排班详请
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2m9s

This commit is contained in:
fyy
2025-08-13 17:02:49 +08:00
parent 8da35d2d4b
commit 1db3c351e5
10 changed files with 490 additions and 12 deletions

View File

@@ -89,6 +89,10 @@ export interface ArrangementForm extends BaseEntity {
* 排班人员详情
*/
userGroupList: any[];
/**
* 排班id
*/
scheduleId: string | number;
}
export interface ArrangementQuery extends PageQuery {