com.base4j.mvc.auth.constant.AuthConstants Maven / Gradle / Ivy
package com.base4j.mvc.auth.constant;
/**
* Created by [huangjun] on 2017-11-14.
*/
public class AuthConstants {
/**
* 验证码
*/
public static final String VERIFY_CODE = "verifyCode";
}