评分任务日期格式修改

main
hshansha 6 months ago
parent 6d4eb32eaa
commit e50bf6cda6

@ -56,13 +56,13 @@ public class KhVote extends BaseEntity
private String vDescription; private String vDescription;
/** 开始时间 */ /** 开始时间 */
@JsonFormat(pattern = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Excel(name = "开始时间", width = 30, dateFormat = "yyyy-MM-dd") @Excel(name = "开始时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
private Date sTime; private Date sTime;
/** 结束时间 */ /** 结束时间 */
@JsonFormat(pattern = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Excel(name = "结束时间", width = 30, dateFormat = "yyyy-MM-dd") @Excel(name = "结束时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
private Date eTime; private Date eTime;
/** 最大分数 */ /** 最大分数 */

Loading…
Cancel
Save