chen.cheng 9 месяцев назад
Родитель
Сommit
50a7936c93

+ 6 - 6
ruoyi-system/src/main/java/com/ruoyi/system/domain/CpsUsrApply.java

@@ -52,13 +52,13 @@ public class CpsUsrApply extends BaseEntity {
     /**
      * 参会人角色
      */
-    @Excel(name = "参会人角色")
+    @Excel(name = "参会人角色", dictType = "met_usr_type")
     private String usrType;
 
     /**
      * 现场调研
      */
-    @Excel(name = "现场调研")
+    @Excel(name = "现场调研", dictType = "conference_flag")
     private String conferenceFlag;
 
     /**
@@ -69,13 +69,13 @@ public class CpsUsrApply extends BaseEntity {
     /**
      * 申请类型
      */
-    @Excel(name = "申请类型")
+    @Excel(name = "申请类型", dictType = "apply_type")
     private String applyType;
 
     /**
      * 审核状态
      */
-    @Excel(name = "审核状态")
+    @Excel(name = "审核状态", dictType = "review_state")
     private String reviewState;
 
     /**
@@ -101,7 +101,7 @@ public class CpsUsrApply extends BaseEntity {
     /**
      * $column.columnComment
      */
-    @Excel(name = "来程方式")
+    @Excel(name = "来程方式", dictType = "tfc_type")
     private String wayComing;
 
     /**
@@ -113,7 +113,7 @@ public class CpsUsrApply extends BaseEntity {
     /**
      * $column.columnComment
      */
-    @Excel(name = "回程方式")
+    @Excel(name = "回程方式", dictType = "tfc_type")
     private String wayBack;
 
     /**