pid property

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

父部门id

Implementation

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