From b8ede729508288e1ae724fd0c516753808e7c465 Mon Sep 17 00:00:00 2001
From: luoyb <412940104@qq.com>
Date: 星期六, 27 三月 2021 10:07:54 +0800
Subject: [PATCH] fix(bug修复): 除基本信息外,其它信息导入后自动提交
---
febs-common/febs-common-core/src/main/java/cc/mrbird/febs/common/core/constant/DicCode.java | 27 ++++++++++++++++++++++++++-
1 files changed, 26 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..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
@@ -61,5 +61,30 @@
/**
* 请假类型
*/
- 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 = "insuranceGaers";
}
--
Gitblit v1.8.0