From 9b190bbbb3169db2479ee7f24856444f0e1bfc27 Mon Sep 17 00:00:00 2001
From: luoyb <412940104@qq.com>
Date: 星期四, 11 三月 2021 01:23:39 +0800
Subject: [PATCH] fix(bug修复): 部门管理

---
 febs-common/febs-common-core/src/main/java/cc/mrbird/febs/common/core/constant/DicCode.java |   44 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 44 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 2620a2b..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
@@ -33,4 +33,48 @@
      * 籍贯
      */
     public final static String NATIVEPLACE = "NATIVEPLACE";
+
+    /**
+     * 体检类型
+     */
+    public final static String PHYSICALEXAMTYPE = "PHYSICALEXAMTYPE";
+
+    /**
+     * 心电图结果
+     */
+    public final static String ECG = "ECG";
+    /**
+     * 合同状态
+     */
+    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