法规月报--替换数据字典
This commit is contained in:
+1
-1
@@ -116,7 +116,7 @@ public class LawsMonthlyReportWriteEO implements Serializable {
|
|||||||
/**适用范围*/
|
/**适用范围*/
|
||||||
@Excel(name = "适用范围", width = 15)
|
@Excel(name = "适用范围", width = 15)
|
||||||
@ApiModelProperty(value = "适用范围")
|
@ApiModelProperty(value = "适用范围")
|
||||||
@Dict(dicCode ="apply_scope")
|
@Dict(dicCode ="fa3_gui1_yue4_bao4_-_shi4_yong4_fan4_wei2")
|
||||||
private java.lang.String applyScope;
|
private java.lang.String applyScope;
|
||||||
|
|
||||||
/**状态*/
|
/**状态*/
|
||||||
|
|||||||
+1
-1
@@ -8,7 +8,7 @@ package com.jero.modules.report.enums;
|
|||||||
*/
|
*/
|
||||||
public enum DictCodeReportEnum {
|
public enum DictCodeReportEnum {
|
||||||
APPLYCAR("适用车型","car_type"),
|
APPLYCAR("适用车型","car_type"),
|
||||||
APPLYSCOPE("适用范围","apply_scope"),
|
APPLYSCOPE("适用范围","fa3_gui1_yue4_bao4_-_shi4_yong4_fan4_wei2"),
|
||||||
STATE("状态","state"),
|
STATE("状态","state"),
|
||||||
USEMETHOD("用法","yong4_fa3");
|
USEMETHOD("用法","yong4_fa3");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user