From 2f2da07fa36a1e0d65b99998098a73624d63d7ed Mon Sep 17 00:00:00 2001
From: yz_08 <yz_0812@outlook.com>
Date: 星期二, 16 三月 2021 11:04:15 +0800
Subject: [PATCH] 修改文件分类

---
 febs-common/febs-common-core/src/main/java/cc/mrbird/febs/common/core/constant/DicCode.java |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 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 81dd7fa..e03e10e 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
@@ -47,4 +47,34 @@
      * 合同状态
      */
     public final static String CONTRACTSTATUS = "CONTRACTSTATUS";
+
+    /**
+     * 员工类型
+     */
+    public final static String EMPTYPE = "EMPTYPE";
+
+    /**
+     * 保险类型
+     */
+    public final static String INSURANCETYPE = "INSURANCETYPE";
+
+    /**
+     * 请假类型
+     */
+    public final static String LEAVE_TYPE = "LEAVETYPE";
+
+    /**
+     * 仲裁类型
+     */
+    public final static String ARBITRATIONTYPE = "ARBITRATIONTYPE";
+
+    /**
+     * 结案状态
+     */
+    public final static String  SETTLE_STATUS = "settleStatus";
+
+    /**
+     * 入离职类型
+     */
+    public final static String IN_OUT_TYPE = "LZTYPE";
 }

--
Gitblit v1.8.0