2、退费审核 3、房间添加套内面积
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { PageQuery, BaseEntity } from '#/api/common';
|
||||
import type {PageQuery, BaseEntity} from '#/api/common';
|
||||
|
||||
export interface MaintainPlanVO {
|
||||
/**
|
||||
@@ -56,6 +56,11 @@ export interface MaintainPlanVO {
|
||||
*/
|
||||
state: string;
|
||||
|
||||
planDate: any[]
|
||||
|
||||
userId: string[];
|
||||
|
||||
machineMaintainPlanStaffBoList:any[];
|
||||
}
|
||||
|
||||
export interface MaintainPlanForm extends BaseEntity {
|
||||
@@ -168,7 +173,7 @@ export interface MaintainPlanQuery extends PageQuery {
|
||||
state?: string;
|
||||
|
||||
/**
|
||||
* 日期范围参数
|
||||
*/
|
||||
* 日期范围参数
|
||||
*/
|
||||
params?: any;
|
||||
}
|
||||
|
Reference in New Issue
Block a user