AgentAuthType.java

package com.foxinmy.weixin4j.qy.type;

/**
 * 管理员对应用的权限
 * 
 * @className AgentAuthType
 * @author jinyu(foxinmy@gmail.com)
 * @date 2015年6月12日
 * @since JDK 1.6
 * @see
 */
public enum AgentAuthType {
	/**
	 * 使用权限
	 */
	USE,
	/**
	 * 管理权限
	 */
	MANAGE
}