yz_08
2021-05-10 a0a84b9ecbedfa2a04060171cf25e5a0215a5e73
febs-common/febs-common-core/src/main/java/cc/mrbird/febs/common/core/constant/DicCode.java
@@ -47,4 +47,48 @@
     * 合同状态
     */
    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 = "INSURANCETYPE";
    /**
     * 相关证件
     */
    public final static String CERTIFICATE_LIST = "certificateList";
}