89dd2159 康伟

kangwei:排污许可报告:添加 报告类型

1 个父辈 4aae3cb5
...@@ -44,7 +44,7 @@ public class AjhWasteSolidPermit { ...@@ -44,7 +44,7 @@ public class AjhWasteSolidPermit {
44 44
45 @Excel(name = "许可证类型", width = 15) 45 @Excel(name = "许可证类型", width = 15)
46 @ApiModelProperty(value = "许可证类型") 46 @ApiModelProperty(value = "许可证类型")
47 @Dict(dicCode = "report_type") 47 @Dict(dicCode = "waste_report_type")
48 private String reportType; 48 private String reportType;
49 /**文档编号*/ 49 /**文档编号*/
50 @Excel(name = "文档编号", width = 15) 50 @Excel(name = "文档编号", width = 15)
......
...@@ -40,7 +40,7 @@ public class AjhWasteSolidReport { ...@@ -40,7 +40,7 @@ public class AjhWasteSolidReport {
40 /**报告类型:1 月报;2 年报*/ 40 /**报告类型:1 月报;2 年报*/
41 @Excel(name = "报告类型:1 月报;2 年报", width = 15) 41 @Excel(name = "报告类型:1 月报;2 年报", width = 15)
42 @ApiModelProperty(value = "报告类型:1 月报;2 年报") 42 @ApiModelProperty(value = "报告类型:1 月报;2 年报")
43 @Dict(dicCode = "report_type") 43 @Dict(dicCode = "waste_report_type")
44 private String reportType; 44 private String reportType;
45 /**报告名称*/ 45 /**报告名称*/
46 @Excel(name = "报告名称", width = 15) 46 @Excel(name = "报告名称", width = 15)
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!