考勤-班次管理

This commit is contained in:
FLL
2025-07-21 11:50:09 +08:00
parent 5d8ba35a66
commit b74cde4531
3 changed files with 31 additions and 13 deletions

View File

@@ -1,4 +1,5 @@
import type { PageQuery, BaseEntity } from '#/api/common';
import {isArray} from "lodash-es";
export interface ShiftVO {
/**
@@ -40,6 +41,9 @@ export interface ShiftVO {
* 休息结束时间
*/
restEndTime: string;
attendanceTimeRange: [any,any];
restTimeRange: [any,any];
}
export interface ShiftForm extends BaseEntity {