From 353d3489eb7096c176ec5595f87efa2c9d82c52c Mon Sep 17 00:00:00 2001
From: yz <yz_0812@outlook.com>
Date: 星期三, 17 三月 2021 15:58:50 +0800
Subject: [PATCH] 修改拿图片的方式
---
febs-common/febs-common-core/src/main/java/cc/mrbird/febs/common/core/constant/DicCode.java | 43 +++++++++++++++++++++++++++++++++++++++++++
1 files changed, 43 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 dc71f2c..c165856 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
@@ -43,5 +43,48 @@
* 心电图结果
*/
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 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 = "insuranceGaers";
}
--
Gitblit v1.8.0