style: 企标稽查导出列表顺序调整

This commit is contained in:
2023-12-12 15:49:39 +08:00
parent f729ee763c
commit 22b128d4cf
@@ -30,6 +30,13 @@ public class EnterpriseStandardInspectVo {
@ApiModelProperty(value = "稽查依据标准号")
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")
private String planInspectObject;
/**
* 稽查依据标准名称
*/
@Excel(name = "稽查依据标准名称", width = 15, orderNum = "1")
@ApiModelProperty(value = "稽查依据标准名称")
private String inspectName;
/**
* 主责标准化工作组
*/