From 3dd06e31d05a37dfa7a4af2b74a6f4b265081cc2 Mon Sep 17 00:00:00 2001
From: yubo <autumnal_wind@yeah.net>
Date: 星期二, 07 四月 2026 14:16:42 +0800
Subject: [PATCH] feat(hr): 新增人员基本信息管理控制器

---
 febs-common/febs-common-core/src/main/java/cc/mrbird/febs/common/core/constant/DicCode.java |   41 ++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 40 insertions(+), 1 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 d6a6456..266c59e 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,5 +61,44 @@
     /**
      * 请假类型
      */
-    public final static String LEAVETYPE = "LEAVETYPE";
+    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";
+
+    /**
+     * 转正状态
+     */
+    public final static String PROBATIONS_TATUS = "probationStatus";
+    /**
+     * 性别
+     */
+    public final static String SEX = "sex";
+
 }

--
Gitblit v1.8.0