Browse Source

!378 update Vben2/src/api/sys/model/userModel.ts.
Merge pull request !378 from MrXiaoZ/N/A

zuohuaijun 4 years ago
parent
commit
04350a6c7d
1 changed files with 2 additions and 0 deletions
  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;
   orgId: string | number;
   //机构名称
   //机构名称
   orgName: string;
   orgName: string;
+  //机构级别
+  orgLevel: string;
 }
 }