From 233f69fb6b64253572cc101c447042bd2d77c7ce Mon Sep 17 00:00:00 2001 From: yjz <3131811435@qq.com> Date: Thu, 18 Jan 2024 09:56:41 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BC=81=E6=A0=87=E7=A8=BD=E6=9F=A5):=2080?= =?UTF-8?q?289?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../enterprise/entity/vo/EnterpriseStandardInspectVo.java | 6 +++--- .../laws/enterprise/entity/vo/ExportDataWithDelayVo.java | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/laws-modules/src/main/java/com/jero/modules/laws/enterprise/entity/vo/EnterpriseStandardInspectVo.java b/laws-modules/src/main/java/com/jero/modules/laws/enterprise/entity/vo/EnterpriseStandardInspectVo.java index 1d757657..31fc5142 100644 --- a/laws-modules/src/main/java/com/jero/modules/laws/enterprise/entity/vo/EnterpriseStandardInspectVo.java +++ b/laws-modules/src/main/java/com/jero/modules/laws/enterprise/entity/vo/EnterpriseStandardInspectVo.java @@ -29,10 +29,10 @@ public class EnterpriseStandardInspectVo { private String id; /** - * 稽查依据标准号 + * 稽查依据标准编号 */ - @Excel(name = "稽查依据标准号", width = 15, needMerge = true) - @ApiModelProperty(value = "稽查依据标准号") + @Excel(name = "稽查依据标准编号", width = 18, needMerge = true) + @ApiModelProperty(value = "稽查依据标准编号") private String inspectNo; /** diff --git a/laws-modules/src/main/java/com/jero/modules/laws/enterprise/entity/vo/ExportDataWithDelayVo.java b/laws-modules/src/main/java/com/jero/modules/laws/enterprise/entity/vo/ExportDataWithDelayVo.java index ac091203..e3b69214 100644 --- a/laws-modules/src/main/java/com/jero/modules/laws/enterprise/entity/vo/ExportDataWithDelayVo.java +++ b/laws-modules/src/main/java/com/jero/modules/laws/enterprise/entity/vo/ExportDataWithDelayVo.java @@ -27,8 +27,8 @@ public class ExportDataWithDelayVo { /** * 稽查依据标准号 */ - @Excel(name = "稽查依据标准号", width = 15) - @ApiModelProperty(value = "稽查依据标准号") + @Excel(name = "稽查依据标准编号", width = 18) + @ApiModelProperty(value = "稽查依据标准编号") private String inspectNo; /**