kaiyu
2021-05-13 e05adb8da62b72798fe273454d51bb36b2ee72de
screen-common/src/main/java/com/moral/constant/Constants.java
@@ -20,9 +20,19 @@
    public static final String MANAGE_VERIFICATIONCODE_COLUMN = "type";
    /*
     * web端系统验证码配置列名
     * */
    public static final String FRONT_VERIFICATIONCODE_COLUMN = "type";
    /*
     * 后台系统验证码列对应的值
     * */
    public static final String MANAGE_VERIFICATIONCODE_VALUE = "manage_verificationCode";
    /*
     * web端验证码配置列名
     * */
    public static final String FRONT_ERIFICATIONCODE_VALUE = "front_verificationCode";
    /*
     * 验证码开启标识
@@ -52,12 +62,7 @@
    /*
     * 网页端渠道
     * */
    public static final Integer WEB_CHANNEL = 1;
    /*
     * web端验证码配置列名
     * */
    public static final String VERIFICATION_TYPE = "front_verificationCode";
    public static final String WEB_CHANNEL = "1";
    /*
     * 登陆操作类型
@@ -79,8 +84,15 @@
     * */
    public static final String DELETE_OPERATE_TYPE = "3";
    /*
    * 数据库中公式原单位的占位符
    * */
    public static final String FORMULA_PLACEHOLDER = "{0}";
    /*
    * 单位字典类型
    * */
    public static final String SYSTEM_DICT_TYPE_UNIT = "unit";
}