feat: 完成考勤管理下的区域管理和排班管理

This commit is contained in:
fyy
2025-08-19 10:52:50 +08:00
parent 7d15ff713c
commit ca4f180e7e
5 changed files with 42 additions and 14 deletions

View File

@@ -43,6 +43,7 @@ export interface ArrangementVO {
userGroupList?: any[];
attendanceGroup?: any;
dateType?: number;
areaList: any[]; //区域
}
export interface ArrangementForm extends BaseEntity {