This commit is contained in:
许允枞 2024-11-19 18:02:45 +08:00
parent 26abf46230
commit 9aa8a2bcce

View File

@ -69,12 +69,12 @@ public class InspectionInfo extends TenantBaseDO
private String status;
/** 开始时间 */
@JsonFormat(pattern = "yyyy-MM-dd HH:mm")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm",timezone = "GMT+8")
@Excel(name = "开始时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm")
private Date startTime;
/** 结束时间 */
@JsonFormat(pattern = "yyyy-MM-dd HH:mm")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm",timezone = "GMT+8")
@Excel(name = "结束时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm")
private Date endTime;
//是否制证并完成