All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fengwenyi.javalib.constant.LengthConstant Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version
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