com.fengwenyi.javalib.constant.LengthConstant Maven / Gradle / Ivy
package com.fengwenyi.javalib.constant;
/**
* 长度常量
* @author Erwin Feng
* @since 2020/8/23 2:14 上午
*/
public final class LengthConstant {
/** 密码长度 */
public static final int PASSWORD = 32;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy