|
|
|
@ -79,10 +79,10 @@ public class TaskVo { |
|
|
|
@ApiModelProperty("任务类型名称") |
|
|
|
private String taskTypeName; |
|
|
|
@ApiModelProperty("开始时间") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm") |
|
|
|
private Date startTime; |
|
|
|
@ApiModelProperty("截止时间") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm") |
|
|
|
private Date endTime; |
|
|
|
@ApiModelProperty("任务状态") |
|
|
|
private Integer taskStatus; |
|
|
|
@ -93,7 +93,7 @@ public class TaskVo { |
|
|
|
@ApiModelProperty("审核状态名称") |
|
|
|
private String auditStatusName; |
|
|
|
@ApiModelProperty("审核时间") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm") |
|
|
|
private Date auditTime; |
|
|
|
@ApiModelProperty("驳回原因") |
|
|
|
private String rejectReason; |
|
|
|
|