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

cn.zhxu.bp.enums.UserStatus Maven / Gradle / Ivy

The newest version!
package cn.zhxu.bp.enums;

/**
 * 用户状态
 * @author Troy.Zhou @ 2022/8/3 15:09
 */
public enum UserStatus {
    /** 状态:未激活 */
    INIT,   // 0
    /** 状态:已激活 */
    ACTIVE, // 1
    /** 状态:已锁定 */
    LOCKED  // 2
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy