[baozhangchao] hace 3 años
padre
commit
dd55476305
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      lib/models/entities/person.dart

+ 1
- 1
lib/models/entities/person.dart Ver fichero

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