style: 企标稽查导出列表顺序调整
This commit is contained in:
+7
-7
@@ -30,6 +30,13 @@ public class EnterpriseStandardInspectVo {
|
|||||||
@ApiModelProperty(value = "稽查依据标准号")
|
@ApiModelProperty(value = "稽查依据标准号")
|
||||||
private String inspectNo;
|
private String inspectNo;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 稽查依据标准名称
|
||||||
|
*/
|
||||||
|
@Excel(name = "稽查依据标准名称", width = 15, orderNum = "1")
|
||||||
|
@ApiModelProperty(value = "稽查依据标准名称")
|
||||||
|
private String inspectName;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 计划稽查对象
|
* 计划稽查对象
|
||||||
*/
|
*/
|
||||||
@@ -38,13 +45,6 @@ public class EnterpriseStandardInspectVo {
|
|||||||
@Dict(dictTable = "sys_depart", dicText = "depart_name", dicCode = "id")
|
@Dict(dictTable = "sys_depart", dicText = "depart_name", dicCode = "id")
|
||||||
private String planInspectObject;
|
private String planInspectObject;
|
||||||
|
|
||||||
/**
|
|
||||||
* 稽查依据标准名称
|
|
||||||
*/
|
|
||||||
@Excel(name = "稽查依据标准名称", width = 15, orderNum = "1")
|
|
||||||
@ApiModelProperty(value = "稽查依据标准名称")
|
|
||||||
private String inspectName;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 主责标准化工作组
|
* 主责标准化工作组
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user