From 4d74bebe76748d8ba6fe90b76db35ca13ba9333c Mon Sep 17 00:00:00 2001
From: lius <Lius2225@163.com>
Date: 星期一, 17 七月 2023 10:52:52 +0800
Subject: [PATCH] 类型添加数据字典

---
 lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/entity/MdcPlanClose.java |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/entity/MdcPlanClose.java b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/entity/MdcPlanClose.java
index e0b4c16..4b20648 100644
--- a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/entity/MdcPlanClose.java
+++ b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/entity/MdcPlanClose.java
@@ -7,6 +7,7 @@
 import lombok.Data;
 import lombok.EqualsAndHashCode;
 import lombok.experimental.Accessors;
+import org.jeecg.common.aspect.annotation.Dict;
 import org.jeecg.common.system.base.entity.JeecgEntity;
 import org.jeecgframework.poi.excel.annotation.Excel;
 
@@ -31,24 +32,25 @@
      */
     @Excel(name = "璁″垝鍋滄満绫诲瀷", width = 15)
     @ApiModelProperty(value = "璁″垝鍋滄満绫诲瀷")
-    private java.lang.String planCloseType;
+    private String planCloseType;
     /**
      * 璁″垝鍋滄満鏃堕棿绫诲瀷
      */
     @Excel(name = "璁″垝鍋滄満鏃堕棿绫诲瀷", width = 15)
     @ApiModelProperty(value = "璁″垝鍋滄満鏃堕棿绫诲瀷")
-    private java.lang.String planCloseTimeType;
+    @Dict(dicCode = "mdc_plan_type")
+    private String planCloseTimeType;
     /**
      * 鏃堕暱锛堝垎閽燂級
      */
     @Excel(name = "鏃堕暱锛堝垎閽燂級", width = 15)
     @ApiModelProperty(value = "鏃堕暱锛堝垎閽燂級")
-    private java.lang.Integer planCloseTimeLong;
+    private Integer planCloseTimeLong;
     /**
      * 澶囨敞
      */
     @Excel(name = "澶囨敞", width = 15)
     @ApiModelProperty(value = "澶囨敞")
-    private java.lang.String remark;
+    private String remark;
 
 }

--
Gitblit v1.9.3