fix(企标稽查): 80289
This commit is contained in:
+3
-3
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
+2
-2
@@ -27,8 +27,8 @@ public class ExportDataWithDelayVo {
|
||||
/**
|
||||
* 稽查依据标准号
|
||||
*/
|
||||
@Excel(name = "稽查依据标准号", width = 15)
|
||||
@ApiModelProperty(value = "稽查依据标准号")
|
||||
@Excel(name = "稽查依据标准编号", width = 18)
|
||||
@ApiModelProperty(value = "稽查依据标准编号")
|
||||
private String inspectNo;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user