fix: 78112
企标计划导出,新企标编号在最后了,能否放在原企标编号后边
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user