From 644c52ae0e283549c924029586af4d8b3de3d3f3 Mon Sep 17 00:00:00 2001 From: hrxiang Date: Fri, 1 Jul 2022 10:30:42 +0800 Subject: [PATCH] update --- lib/src/models/organization_info.dart | 2 +- lib/src/models/user_info.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/models/organization_info.dart b/lib/src/models/organization_info.dart index 59af2b6..01b5c0d 100644 --- a/lib/src/models/organization_info.dart +++ b/lib/src/models/organization_info.dart @@ -125,7 +125,7 @@ class DeptMemberInfo { /// 职位 String? position; - /// + /// 是否是领导 int? leader; /// 状态 diff --git a/lib/src/models/user_info.dart b/lib/src/models/user_info.dart index 8222518..2e77272 100644 --- a/lib/src/models/user_info.dart +++ b/lib/src/models/user_info.dart @@ -200,7 +200,7 @@ class PublicUserInfo { /// 性别 int? gender; - /// + /// AppOrdinaryUsers = 1 AppAdmin = 2 int? appMangerLevel; /// 扩展信息