考勤-班次管理
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
FLL
2025-07-21 20:41:47 +08:00
parent 33f2e117f6
commit a74b2516c7
9 changed files with 315 additions and 106 deletions

View File

@@ -25,7 +25,7 @@ export interface ShiftVO {
/**
* 状态0off1on
*/
status: number;
status: string | number;
/**
* 是否休息0不休息1休息
@@ -70,7 +70,7 @@ export interface ShiftForm extends BaseEntity {
/**
* 状态0off1on
*/
status?: number;
status?: string | number;
/**
* 是否休息0不休息1休息
@@ -107,7 +107,7 @@ export interface ShiftQuery extends PageQuery {
/**
* 状态0off1on
*/
status?: number;
status?: string | number;
/**
* 是否休息0不休息1休息