feat:实现保洁管理业务逻辑

This commit is contained in:
fyy
2025-06-23 16:50:37 +08:00
parent 8c5d26c12e
commit d4c26d13ea
8 changed files with 737 additions and 227 deletions

View File

@@ -19,7 +19,7 @@ export interface Clean_orderVO {
/**
* 保洁id
*/
cleanId: string | number;
cleanId: string | null;
/**
* 名称
@@ -54,7 +54,7 @@ export interface Clean_orderVO {
/**
* 单位id
*/
unitId: string | number;
unitId: string | null;
/**
* 申请单位