jinpengyong
2021-03-25 25aeb531c8064ca768bb2d6f179ec7411b824b43
screen-common/src/main/java/com/moral/constant/Constants.java
@@ -49,5 +49,14 @@
    * */
    public static Integer DELETE_CHILDREN_ORG = 1;
    /*
     * web端通道
     * */
    public static Integer WEB_CHANNEL = 1;
    /*
     * web端验证码配置列名
     * */
    public static String VERIFICATION_TYPE = "front_verificationCode";
}