考勤-班次管理
This commit is contained in:
@@ -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';
|
||||
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user