fix: 78112

企标计划导出,新企标编号在最后了,能否放在原企标编号后边
This commit is contained in:
2023-11-03 09:35:32 +08:00
parent 3163c8d5a4
commit 3e1e89ff3d
@@ -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;