screen-common/src/main/java/com/moral/constant/Constants.java
@@ -48,4 +48,15 @@ * 删除子组织标识 * */ public static Integer DELETE_CHILDREN_ORG = 1; /* * web端通道 * */ public static Integer WEB_CHANNEL = 1; /* * web端验证码配置列名 * */ public static String VERIFICATION_TYPE = "front_verificationCode"; }