标准法规清单,点击导出,导出数据中“标准编号”字段改为“标准号",标准号格式错误

This commit is contained in:
Mr.Z
2021-08-06 15:20:18 +08:00
parent f4f5e952f6
commit 29240d6db5
@@ -27,8 +27,8 @@ public class LawsDto {
@ApiModelProperty(value = "主键")
private String id;
@ExcelProperty(value = "标准", index = 0)
@ApiModelProperty(value = "标准")
@ExcelProperty(value = "标准号", index = 0)
@ApiModelProperty(value = "标准号")
private String standNumber;
@ExcelProperty(value = "中文名称", index = 1)