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"; }