From e775c15fde0024a897608e0ceaaed5c0c3f10850 Mon Sep 17 00:00:00 2001
From: yz <yz_0812@outlook.com>
Date: 星期五, 09 四月 2021 00:42:59 +0800
Subject: [PATCH] fix(人力微服务): 修改上传文件方式
---
febs-common/febs-common-core/src/main/java/cc/mrbird/febs/common/core/constant/DicCode.java | 24 ++++++++++++++++++++++--
1 files changed, 22 insertions(+), 2 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 ec1d192..b38d347 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,10 +61,30 @@
/**
* 请假类型
*/
- public final static String LEAVETYPE = "LEAVETYPE";
+ public final static String LEAVE_TYPE = "LEAVETYPE";
/**
* 仲裁类型
*/
- public final static String ARBITRATIONTYPE = "ARBITRATIONTYPE";
+ 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;
}
--
Gitblit v1.8.0