Просмотр исходного кода

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

MrXiaoZ 3 лет назад
Родитель
Сommit
47e73f18b1
1 измененных файлов с 2 добавлено и 0 удалено
  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;
 }