menu
flutter_hx_org package
documentation
model/hx_org_dept_model.dart
HxOrgDeptModel
isDeptGroupChild property
isDeptGroupChild property
dark_mode
light_mode
isDeptGroupChild
property
@JsonKey.new(name: 'isDeptGroupChild')
int
?
isDeptGroupChild
getter/setter pair
是否包含子部门:0= 无;1=有
Implementation
@JsonKey(name: 'isDeptGroupChild') int? isDeptGroupChild;
flutter_hx_org package
documentation
model/hx_org_dept_model
HxOrgDeptModel
isDeptGroupChild property
HxOrgDeptModel class