update
This commit is contained in:
@@ -79,11 +79,9 @@ public class ImportRecord implements Serializable {
|
||||
@Schema(description = "生产厂家")
|
||||
private String manufacturer;
|
||||
/**试验时间*/
|
||||
@Excel(name = "试验时间", width = 20, format = "yyyy-MM-dd HH:mm:ss")
|
||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
||||
@Excel(name = "试验时间", width = 20)
|
||||
@Schema(description = "试验时间")
|
||||
private Date experimentDate;
|
||||
private String experimentDate;
|
||||
/**数据来源*/
|
||||
@Excel(name = "数据来源", width = 15)
|
||||
@Schema(description = "数据来源")
|
||||
|
||||
Reference in New Issue
Block a user