1、房屋收费
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

2、退费审核
3、房间添加套内面积
This commit is contained in:
2025-07-18 18:40:13 +08:00
parent 8c606397df
commit a5f93c3a6c
21 changed files with 1801 additions and 96 deletions

View File

@@ -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;
}