Merge branch 'master' of http://47.109.37.87:3000/by2025/admin-vben5
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 10m23s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 10m23s
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