From ba4af275c3b8d073f863be7b12e43974b3ef14a2 Mon Sep 17 00:00:00 2001 From: liyong <18434998025@163.com> Date: 星期六, 12 七月 2025 10:27:06 +0800 Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/product-inventory-management-after into pim_ly --- src/main/java/com/ruoyi/basic/excel/SupplierManageExcelDto.java | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/main/java/com/ruoyi/basic/excel/SupplierManageExcelDto.java b/src/main/java/com/ruoyi/basic/excel/SupplierManageExcelDto.java index a37252e..29e1af0 100644 --- a/src/main/java/com/ruoyi/basic/excel/SupplierManageExcelDto.java +++ b/src/main/java/com/ruoyi/basic/excel/SupplierManageExcelDto.java @@ -5,6 +5,7 @@ import com.ruoyi.framework.aspectj.lang.annotation.Excel; import io.swagger.annotations.ApiModelProperty; import lombok.Data; +import org.springframework.format.annotation.DateTimeFormat; import java.time.LocalDateTime; @@ -35,10 +36,11 @@ @Excel(name = "鑱旂郴鐢佃瘽") private String contactUserPhone; - @Excel(name = "缁存姢浜篒D") - private Integer maintainUserId; + @Excel(name = "缁存姢浜�") + private String maintainUserName; - @Excel(name = "缁存姢鏃堕棿") - @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") - private LocalDateTime maintainTime; +// @Excel(name = "缁存姢鏃堕棿") +// @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") +// @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") +// private LocalDateTime maintainTime; } -- Gitblit v1.9.3