fix: 修复bug

This commit is contained in:
fyy
2025-08-22 19:43:32 +08:00
parent 29adc052c7
commit 553a915027
5 changed files with 30 additions and 21 deletions

View File

@@ -20,7 +20,7 @@ export interface AttendanceAreaVO {
* 备注
*/
reamark: string;
areaDevice?: any[];
}
export interface AttendanceAreaForm extends BaseEntity {
@@ -43,7 +43,6 @@ export interface AttendanceAreaForm extends BaseEntity {
* 备注
*/
reamark?: string;
}
export interface AttendanceAreaQuery extends PageQuery {
@@ -63,7 +62,7 @@ export interface AttendanceAreaQuery extends PageQuery {
reamark?: string;
/**
* 日期范围参数
*/
* 日期范围参数
*/
params?: any;
}