Browse Source

update Vben2/src/api/sys/model/userModel.ts.
添加机构级别

MrXiaoZ 4 năm trước cách đây
mục cha
commit
47e73f18b1
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      Vben2/src/api/sys/model/userModel.ts

+ 2 - 0
Vben2/src/api/sys/model/userModel.ts

@@ -39,4 +39,6 @@ export interface GetUserInfoModel {
   orgId: string | number;
   //机构名称
   orgName: string;
+  //机构级别
+  orgLevel: string;
 }