feat:实现保洁管理业务逻辑
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
* 申请单位
|
||||
|
Reference in New Issue
Block a user