法规月报--替换数据字典

This commit is contained in:
zhn
2022-10-19 15:44:10 +08:00
parent fc79f65840
commit 9946a9efd4
2 changed files with 2 additions and 2 deletions
@@ -116,7 +116,7 @@ public class LawsMonthlyReportWriteEO implements Serializable {
/**适用范围*/
@Excel(name = "适用范围", width = 15)
@ApiModelProperty(value = "适用范围")
@Dict(dicCode ="apply_scope")
@Dict(dicCode ="fa3_gui1_yue4_bao4_-_shi4_yong4_fan4_wei2")
private java.lang.String applyScope;
/**状态*/
@@ -8,7 +8,7 @@ package com.jero.modules.report.enums;
*/
public enum DictCodeReportEnum {
APPLYCAR("适用车型","car_type"),
APPLYSCOPE("适用范围","apply_scope"),
APPLYSCOPE("适用范围","fa3_gui1_yue4_bao4_-_shi4_yong4_fan4_wei2"),
STATE("状态","state"),
USEMETHOD("用法","yong4_fa3");