package com.vci.client.framework.common; /** * 权限类型 * @author Jason * */ public class RightType { /** * 功能权限 */ public static final short Function = 1; /** * UI权限 */ public static final short UI = 2; }