89dd2159 康伟

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

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