From bb40172e1981a50b7b3558e2c2c4da0304b750a8 Mon Sep 17 00:00:00 2001 From: caihaohan Date: Fri, 22 Mar 2024 18:07:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=2082979=20=E5=85=A8=E6=89=80=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1--=E6=9F=A5=E8=AF=A2=E6=89=93=E5=8C=85=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=90=8E--=E7=82=B9=E5=87=BB=E5=AF=BC=E5=87=BA--?= =?UTF-8?q?=E5=BC=80=E7=A5=A8=E6=97=B6=E9=97=B4=E6=B2=A1=E6=9C=89=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/jero/statistics/entity/AllProjectStatistics.java | 1 - 1 file changed, 1 deletion(-) diff --git a/jero-boot-incoming-payment/src/main/java/com/jero/statistics/entity/AllProjectStatistics.java b/jero-boot-incoming-payment/src/main/java/com/jero/statistics/entity/AllProjectStatistics.java index e92c373b..370505e2 100644 --- a/jero-boot-incoming-payment/src/main/java/com/jero/statistics/entity/AllProjectStatistics.java +++ b/jero-boot-incoming-payment/src/main/java/com/jero/statistics/entity/AllProjectStatistics.java @@ -45,7 +45,6 @@ public class AllProjectStatistics { @ApiModelProperty(value = "打包") private String packText; - @Excel(name = "开票时间", width = 15, format = "yyyy-MM-dd") @ApiModelProperty(value = "开票时间") @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd") private Date billDate;