物业主开发

This commit is contained in:
Zy
2026-05-08 11:30:28 +08:00
parent a8bb4e66ad
commit 1b738c0f4d
118 changed files with 2891 additions and 979 deletions

View File

@@ -70,8 +70,8 @@ export interface UserForm {
sex?: string;
status: string;
remark?: string;
postIds: string[];
roleIds: string[];
postIds?: string[];
roleIds?: string[];
}
export interface UserInfoVO {