| | |
| | | @ExcelColumn(name="是否高级审批人 0否 1是") |
| | | private Integer highCheckor; |
| | | |
| | | @ApiModelProperty(value = "门禁角色编码(关联door_role)", example = "1") |
| | | @ExcelColumn(name="门禁角色编码(关联door_role)") |
| | | private Integer roleId; |
| | | @ApiModelProperty(value = "门禁角色编码(关联device_role),多个英文逗号隔开", example = "1") |
| | | @ExcelColumn(name="门禁角色编码 ") |
| | | private String roleId; |
| | | |
| | | @ApiModelProperty(value = "门禁角色授权时间") |
| | | @ExcelColumn(name="门禁角色授权时间") |
| | |
| | | @ApiModelProperty(value = "组织海康编码") |
| | | @TableField(exist = false) |
| | | private String companyHkId; |
| | | @ApiModelProperty(value = "角色编码查询") |
| | | @TableField(exist = false) |
| | | private String roleIdParam; |
| | | } |