From 49a2f509d6a114c062b966a5bab83f45980e808f Mon Sep 17 00:00:00 2001
From: luoyb <412940104@qq.com>
Date: 星期三, 12 五月 2021 15:30:49 +0800
Subject: [PATCH] fix(bug修复): 入离职记录智搜无法按姓名查询

---
 febs-common/febs-common-core/src/main/java/cc/mrbird/febs/common/core/constant/DicCode.java |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/febs-common/febs-common-core/src/main/java/cc/mrbird/febs/common/core/constant/DicCode.java b/febs-common/febs-common-core/src/main/java/cc/mrbird/febs/common/core/constant/DicCode.java
index 32fb137..344396e 100644
--- a/febs-common/febs-common-core/src/main/java/cc/mrbird/febs/common/core/constant/DicCode.java
+++ b/febs-common/febs-common-core/src/main/java/cc/mrbird/febs/common/core/constant/DicCode.java
@@ -57,4 +57,38 @@
      * 保险类型
      */
     public final static String INSURANCETYPE = "INSURANCETYPE";
+
+    /**
+     * 请假类型
+     */
+    public final static String LEAVE_TYPE = "LEAVETYPE";
+
+    /**
+     * 仲裁类型
+     */
+    public final static String ZCTYPE = "ZCTYPE";
+
+    /**
+     * 结案状态
+     */
+    public final static String  SETTLE_STATUS = "settleStatus";
+
+    /**
+     * 入离职类型
+     */
+    public final static String IN_OUT_TYPE = "LZTYPE";
+
+    /**
+     * 岗位变更类型
+     */
+    public final static String JOB_CHANGE_TYPE = "changeType";
+    
+    /**
+     * 社保档位
+     */
+    public final static String INSURANCE_GAERS = "INSURANCETYPE";
+    /**
+     * 相关证件
+     */
+    public final static String CERTIFICATE_LIST = "certificateList";
 }

--
Gitblit v1.8.0