考勤-班次管理

This commit is contained in:
FLL
2025-07-20 17:47:41 +08:00
parent 9135ee31b9
commit 171ed8a087
5 changed files with 4 additions and 23 deletions

View File

@@ -1,8 +1,6 @@
import type { ShiftVO, ShiftForm, ShiftQuery } from './model';
import type { ID, IDS } from '#/api/common';
import type { PageResult } from '#/api/common';
import { commonExport } from '#/api/helper';
import { requestClient } from '#/api/request';

View File

@@ -40,7 +40,6 @@ export interface ShiftVO {
* 休息结束时间
*/
restEndTime: string;
}
export interface ShiftForm extends BaseEntity {
@@ -83,7 +82,6 @@ export interface ShiftForm extends BaseEntity {
* 休息结束时间
*/
restEndTime?: string;
}
export interface ShiftQuery extends PageQuery {