kangwei:排污许可报告:添加 报告类型
正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
... | @@ -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) | ... | ... |
-
请 注册 或 登录 后发表评论