isDeptGroup property

  1. @JsonKey(name: 'isDeptGroup')
int? isDeptGroup
getter/setter pair

是否有部门群:0=无;1=有

Implementation

@JsonKey(name: 'isDeptGroup')
int? isDeptGroup;