fix(企标稽查): 80289

This commit is contained in:
yjz
2024-01-18 09:56:41 +08:00
parent 27ccb7af7b
commit 233f69fb6b
2 changed files with 5 additions and 5 deletions
@@ -29,10 +29,10 @@ public class EnterpriseStandardInspectVo {
private String id;
/**
* 稽查依据标准号
* 稽查依据标准
*/
@Excel(name = "稽查依据标准号", width = 15, needMerge = true)
@ApiModelProperty(value = "稽查依据标准号")
@Excel(name = "稽查依据标准", width = 18, needMerge = true)
@ApiModelProperty(value = "稽查依据标准")
private String inspectNo;
/**
@@ -27,8 +27,8 @@ public class ExportDataWithDelayVo {
/**
* 稽查依据标准号
*/
@Excel(name = "稽查依据标准号", width = 15)
@ApiModelProperty(value = "稽查依据标准号")
@Excel(name = "稽查依据标准", width = 18)
@ApiModelProperty(value = "稽查依据标准")
private String inspectNo;
/**