Merge branch 'master' of http://47.109.37.87:3000/by2025/admin-vben5
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
This commit is contained in:
@@ -59,7 +59,7 @@ export interface InspectionPlanVO {
|
||||
/**
|
||||
* 选择员工
|
||||
*/
|
||||
userId: string | number;
|
||||
userId: string;
|
||||
|
||||
/**
|
||||
* 备注
|
||||
@@ -74,20 +74,22 @@ export interface InspectionPlanVO {
|
||||
/**
|
||||
* 巡检月
|
||||
*/
|
||||
inspectionMonth?:string;
|
||||
inspectionMonth?: string;
|
||||
/**
|
||||
* 巡检日
|
||||
*/
|
||||
inspectionDay?:string;
|
||||
inspectionDay?: string;
|
||||
/**
|
||||
* 巡检周
|
||||
*/
|
||||
inspectionWorkday?:string;
|
||||
inspectionWorkday?: string;
|
||||
|
||||
/**
|
||||
* 状态
|
||||
*/
|
||||
state?:string
|
||||
state?: string
|
||||
|
||||
inspectionPlanStaffVoList?: any[]
|
||||
}
|
||||
|
||||
export interface InspectionPlanForm extends BaseEntity {
|
||||
@@ -158,15 +160,15 @@ export interface InspectionPlanForm extends BaseEntity {
|
||||
/**
|
||||
* 巡检月
|
||||
*/
|
||||
inspectionMonth?:string;
|
||||
inspectionMonth?: string;
|
||||
/**
|
||||
* 巡检日
|
||||
*/
|
||||
inspectionDay?:string;
|
||||
inspectionDay?: string;
|
||||
/**
|
||||
* 巡检周
|
||||
*/
|
||||
inspectionWorkday?:string;
|
||||
inspectionWorkday?: string;
|
||||
|
||||
}
|
||||
|
||||
@@ -233,13 +235,13 @@ export interface InspectionPlanQuery extends PageQuery {
|
||||
/**
|
||||
* 巡检月
|
||||
*/
|
||||
inspectionMonth?:string;
|
||||
inspectionMonth?: string;
|
||||
/**
|
||||
* 巡检日
|
||||
*/
|
||||
inspectionDay?:string;
|
||||
inspectionDay?: string;
|
||||
/**
|
||||
* 巡检周
|
||||
*/
|
||||
inspectionWorkday?:string;
|
||||
inspectionWorkday?: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user