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;