This commit is contained in:
ls
2024-10-23 16:56:01 +08:00
parent 0f65911496
commit 5e0bbbd757
3 changed files with 277 additions and 220 deletions

View File

@@ -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 = "数据来源")