fix: 81732
This commit is contained in:
+4
@@ -46,6 +46,10 @@ public class EnterpriseStandardPlanVo {
|
||||
@ApiModelProperty(value = "新企标名称")
|
||||
private String newEnStandardName;
|
||||
|
||||
@Dict(dicCode = "standard_grade_classify")
|
||||
@ApiModelProperty(value = "企标等级分类")
|
||||
private String enStandardClassification;
|
||||
|
||||
@Excel(name = "授权部门", width = 15, orderNum = "1", dictTable = "sys_depart", dicCode = "id", dicText = "depart_name")
|
||||
@ApiModelProperty(value = "授权部门")
|
||||
@Dict(dictTable = "sys_depart", dicCode = "id", dicText = "depart_name")
|
||||
|
||||
+1
@@ -63,6 +63,7 @@
|
||||
p.origin_en_standard_name,
|
||||
p.new_en_standard_no,
|
||||
p.new_en_standard_name,
|
||||
p.en_standard_classification,
|
||||
p.auth_dept,
|
||||
p.en_standard_code,
|
||||
p.cooperation_unit,
|
||||
|
||||
Reference in New Issue
Block a user