This commit is contained in:
caozehui
2025-06-23 09:26:02 +08:00
parent a0b0023def
commit c2c5c9668e
3 changed files with 3 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ public class ProvinceDevExcel implements Serializable {
private String sampleId;
@Excel(name = "送样日期yyyy-MM-dd", width = 25, format = "yyyy-MM-dd", orderNum = "18")
private String arrivedDate;
private LocalDate arrivedDate;
@Excel(name="委托方", width = 40, orderNum = "19")
private String delegate;