| | |
| | | @ApiModelProperty(value = "创建人编码") |
| | | private String creator; |
| | | |
| | | |
| | | |
| | | @ApiModelProperty(value = "更新人编码") |
| | | private String edirot; |
| | | |
| | | @ApiModelProperty(value = "更新时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd") |
| | | private Date editDate; |
| | | |
| | | @ApiModelProperty(value = "是否删除0否 1是", example = "1") |
| | |
| | | |
| | | @ApiModelProperty(value = "人员编码", example = "1") |
| | | private Integer memberId; |
| | | |
| | | @ApiModelProperty(value = "设备编码", example = "1") |
| | | private Integer deviceId; |
| | | |
| | | |
| | | |
| | | @ApiModelProperty(value = "导入状态", example = "1") |
| | | private Integer importStatus; |
| | |
| | | private Integer cancelUserId; |
| | | |
| | | @ApiModelProperty(value = "取消时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd") |
| | | private Date cancelDate; |
| | | |
| | | @ApiModelProperty(value = "取消备注") |
| | |
| | | private Date endTime; |
| | | |
| | | @ApiModelProperty(value = "创建时间") |
| | | @ExcelColumn(name="创建时间",index= 7,dateFormat = "yyyy-MM-dd") |
| | | @JsonFormat(pattern = "yyyy-MM-dd") |
| | | @ExcelColumn(name="创建时间",index= 7,dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date createDate; |
| | | |
| | | @ApiModelProperty(value = "操作人") |
| | |
| | | @ExcelColumn(name="下发类型",index= 9,valueMapping ="0=实时;1=定时" ) |
| | | private Integer sendType; |
| | | |
| | | |
| | | |
| | | @ApiModelProperty(value = "下发时间") |
| | | @ExcelColumn(name="下发时间",index= 10,dateFormat = "yyyy-MM-dd") |
| | | @JsonFormat(pattern = "yyyy-MM-dd") |
| | | @ExcelColumn(name="下发时间",index= 10,dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date sendDate; |
| | | |
| | | @ApiModelProperty(value = "下发备注") |