| | |
| | | |
| | | @ApiModelProperty(value = "座机/分机") |
| | | private String zj; |
| | | |
| | | @ApiModelProperty(value = "是否为网格管理员:0->不是;1->是") |
| | | private Integer isGrid; |
| | | |
| | | @ApiModelProperty(value = "真实姓名") |
| | | private String nickName; |
| | | |
| | | @NotEmpty |
| | | @ApiModelProperty(value = "角色Id列表", required = true) |
| | | private List<Long> roleIds; |
| | |
| | | // @ApiModelProperty(value = "是否是负责人,0->false,1->true,默认0",example = "0") |
| | | // @NotNull(message = "负责人未选择") |
| | | // private byte isManager; |
| | | |
| | | |
| | | @ApiModelProperty(value = "mac地址") |
| | | private String macAddress; |
| | | |
| | | @ApiModelProperty(value = "ip地址") |
| | | private String ipAddress; |
| | | } |