From df57ad51cf7652217a1e552971dded2dc5b565a6 Mon Sep 17 00:00:00 2001 From: "382696293@qq.com" <382696293@qq.com> Date: Tue, 6 Feb 2024 10:34:24 +0800 Subject: [PATCH] =?UTF-8?q?bug:=E3=80=90ID1000390=E3=80=91=20=20=20=20=20?= =?UTF-8?q?=E4=BB=AA=E5=99=A8=E7=AE=A1=E7=90=86-=E5=BA=8F=E5=88=97?= =?UTF-8?q?=E5=8F=B7=E5=88=97=E8=A1=A8=E5=AF=BC=E5=87=BA=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E7=BC=BA=E5=B0=91=E3=80=90=E4=BB=AA=E5=99=A8=E3=80=91=EF=BC=8C?= =?UTF-8?q?=E3=80=90=E6=93=8D=E4=BD=9C=E6=97=B6=E9=97=B4=E3=80=91=E7=9A=84?= =?UTF-8?q?=E5=88=86=E5=92=8C=E5=88=97=E8=A1=A8=E7=9A=84=E4=B8=8D=E4=B8=80?= =?UTF-8?q?=E8=87=B4=EF=BC=8C=E3=80=90=E6=93=8D=E4=BD=9C=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E3=80=91=E6=94=B9=E4=B8=BA=E3=80=90=E5=88=9B=E5=BB=BA=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E3=80=91=E5=B0=BD=E9=87=8F=E5=92=8C=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E4=BF=9D=E6=8C=81=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/core/domain/req/WxInstrumentSerialExportVm.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flossom-common/flossom-common-core/src/main/java/com/flossom/common/core/domain/req/WxInstrumentSerialExportVm.java b/flossom-common/flossom-common-core/src/main/java/com/flossom/common/core/domain/req/WxInstrumentSerialExportVm.java index 3631f3b..1076a91 100644 --- a/flossom-common/flossom-common-core/src/main/java/com/flossom/common/core/domain/req/WxInstrumentSerialExportVm.java +++ b/flossom-common/flossom-common-core/src/main/java/com/flossom/common/core/domain/req/WxInstrumentSerialExportVm.java @@ -10,7 +10,7 @@ public class WxInstrumentSerialExportVm { private Long id; /** 仪器名称 */ - @Excel(name = "仪器名称") + @Excel(name = "仪器") private String instrumentName; /** 来源 */ @@ -26,7 +26,7 @@ public class WxInstrumentSerialExportVm { private String validStatus; /** 创建时间 */ - @Excel(name = "操作时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") + @Excel(name = "创建时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") private Date createTime; public Long getId() {