From 44e0f0472d8efa0646b20db8a40c16beab0b752e Mon Sep 17 00:00:00 2001
From: luoyb <412940104@qq.com>
Date: 星期六, 06 四月 2024 12:22:12 +0800
Subject: [PATCH] feat: 一些需求改进 打开档案时增加了部门选择项 处理了合同信息录入时的性别不自动填入问题 合同到期提醒模块发布

---
 febs-common/febs-common-core/src/main/java/cc/mrbird/febs/common/core/constant/DicCode.java |   28 ++++++++++++++++++++++++++--
 1 files changed, 26 insertions(+), 2 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 ec1d192..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
@@ -61,10 +61,34 @@
     /**
      * 请假类型
      */
-    public final static String LEAVETYPE = "LEAVETYPE";
+    public final static String LEAVE_TYPE = "LEAVETYPE";
 
     /**
      * 仲裁类型
      */
-    public final static String ARBITRATIONTYPE = "ARBITRATIONTYPE";
+    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