yz
2021-02-26 da7fc9b3e00ceed3186662a3662e296f1e581f9c
febs-common/febs-common-core/src/main/java/cc/mrbird/febs/common/core/constant/DicCode.java
@@ -47,4 +47,14 @@
     * 合同状态
     */
    public final static String CONTRACTSTATUS = "CONTRACTSTATUS";
    /**
     * 员工类型
     */
    public final static String EMPTYPE = "EMPTYPE";
    /**
     * 保险类型
     */
    public final static String INSURANCETYPE = "INSURANCETYPE";
}