更新
This commit is contained in:
parent
26abf46230
commit
9aa8a2bcce
@ -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;
|
||||
//是否制证并完成
|
||||
|
Loading…
Reference in New Issue
Block a user