[baozhangchao] 3 years ago
parent
commit
dd55476305
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/models/entities/person.dart

+ 1
- 1
lib/models/entities/person.dart View File

10
   num? status;
10
   num? status;
11
   String? createDate;
11
   String? createDate;
12
   String? identity;
12
   String? identity;
13
-  String? isOrgManager;
13
+  bool? isOrgManager;
14
 
14
 
15
   Person();
15
   Person();
16
 
16