⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 useraccountstatus.java

📁 一个用struts tiles的在线影院web系统
💻 JAVA
字号:
package com.eline.vod.security.model;

/**
 * Indicates the return status for logging-in a new user.
 * @author Lucifer
 *
 */
public interface UserAccountStatus {
	public static final int ApprovalPending	= 0;
	public static final int Approved			= 1;
	public static final int Banned			= 2;
	public static final int Disapproved		= 3;
	public static final int All				= 999;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -