From 3e5fc898c06dcffe7e5a4fe00ef5cccb21f20719 Mon Sep 17 00:00:00 2001 From: "382696293@qq.com" <382696293@qq.com> Date: Tue, 6 Feb 2024 11:13:28 +0800 Subject: [PATCH] =?UTF-8?q?bug:=E3=80=90ID1000396=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=85=A5=EF=BC=8C=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E4=B8=BA=E7=A9=BA=E5=92=8C=E5=BC=82=E5=B8=B8=E8=BE=93?= =?UTF-8?q?=E5=85=A5=EF=BC=8C=E5=9D=87=E5=AF=BC=E5=85=A5=E6=88=90=E5=8A=9F?= =?UTF-8?q?=EF=BC=8C=E4=B8=BA=E7=A9=BA=E5=AF=BC=E5=85=A5=E5=90=8E=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E4=B8=BA=E6=9C=89=E6=95=88=EF=BC=8C=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E5=AF=BC=E5=85=A5=E5=90=8E=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E4=B8=BA=E6=97=A0=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/core/domain/req/WxInstrumentSerialImportVm.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flossom-common/flossom-common-core/src/main/java/com/flossom/common/core/domain/req/WxInstrumentSerialImportVm.java b/flossom-common/flossom-common-core/src/main/java/com/flossom/common/core/domain/req/WxInstrumentSerialImportVm.java index 6fdad33..2ca6648 100644 --- a/flossom-common/flossom-common-core/src/main/java/com/flossom/common/core/domain/req/WxInstrumentSerialImportVm.java +++ b/flossom-common/flossom-common-core/src/main/java/com/flossom/common/core/domain/req/WxInstrumentSerialImportVm.java @@ -23,7 +23,7 @@ public class WxInstrumentSerialImportVm { private String serial; /** 序列号有效状态,1有效,0无效 */ - @Excel(name = "有效状态",type = Type.IMPORT) + @Excel(name = "有效状态:1有效,0无效",type = Type.IMPORT, combo = {"1","0"}) private String validStatus;