From 3e1e89ff3dd315ad546d7dd55265fa274c367408 Mon Sep 17 00:00:00 2001 From: caihaohan Date: Thu, 2 Nov 2023 18:58:23 +0800 Subject: [PATCH] fix: 78112 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 企标计划导出,新企标编号在最后了,能否放在原企标编号后边 --- .../laws/enterprise/entity/vo/EnterpriseStandardPlanVo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laws-modules/src/main/java/com/jero/modules/laws/enterprise/entity/vo/EnterpriseStandardPlanVo.java b/laws-modules/src/main/java/com/jero/modules/laws/enterprise/entity/vo/EnterpriseStandardPlanVo.java index e928bf97..cdb9abf1 100644 --- a/laws-modules/src/main/java/com/jero/modules/laws/enterprise/entity/vo/EnterpriseStandardPlanVo.java +++ b/laws-modules/src/main/java/com/jero/modules/laws/enterprise/entity/vo/EnterpriseStandardPlanVo.java @@ -34,7 +34,7 @@ public class EnterpriseStandardPlanVo { @ApiModelProperty(value = "原企标编号") private String originEnStandardNo; - @Excel(name = "新企标编号", width = 15, orderNum = "2") + @Excel(name = "新企标编号", width = 15, orderNum = "1") @ApiModelProperty(value = "新企标编号") private String newEnStandardNo;