package com.vci.client.framework.util;
|
|
public class ModuleConstant {
|
|
/**
|
* 系统配置模块
|
*/
|
// public static String SYSCFG = "com.vci.rmip.framework.client.systemConfig.SysConfigPanel";
|
public static String SYSCFG = "系统模块配置";
|
/**
|
* 功能模块配置
|
*/
|
public static String MODULECFG = "";
|
/**
|
* 权限配置
|
*/
|
public static String RIGHTCFG = "";
|
/**
|
* 人员组织管理
|
*/
|
// public static String ORGNIZATION = "com.vci.rmip.framework.client.stafforgmanage.RightManagementPanel";
|
public static String ORGNIZATION = "人员组织管理";
|
/**
|
* 日志管理
|
*/
|
// public static String LOG = "com.vci.rmip.framework.client.log.LogManagementPanel";
|
public static String LOG = "日志管理";
|
/**
|
* 规则管理
|
*/
|
// public static String RULE = "com.vci.rmip.code.client.rulemanagement.RulePanel";
|
public static String RULE = "规则管理";
|
/**
|
* 码值管理
|
*/
|
public static String CODEVALUEMANAGEMENT = "";
|
/**
|
* 码值申请
|
*/
|
// public static String CODEVALUEAPPLY = "com.vci.rmip.code.client.codeapply.CodeApplyMainPanel";
|
public static String CODEVALUEAPPLY = "码值申请";
|
/**
|
* 部门
|
*/
|
// public static String DEPARTMENT = "com.vci.rmip.framework.client.stafforgmanage.DepartmentAndGroupAndRolePanel";
|
public static String DEPARTMENT = "部门";
|
/**
|
* 组
|
*/
|
public static String COMPANY = "公司";
|
/**
|
* 角色
|
*/
|
// public static String ROLE = "com.vci.rmip.framework.client.stafforgmanage.DepartmentAndGroupAndRolePanel";
|
public static String ROLE = "角色";
|
/**
|
* 人员
|
*/
|
// public static String USER = "com.vci.rmip.framework.client.stafforgmanage.UserPanel";
|
public static String USER = "人员";
|
/**
|
* 卷
|
*/
|
// public static String PVOLUMN = "com.vci.rmip.rm.client.volumn.PvolumePanel";
|
public static String PVOLUMN = "卷";
|
/**
|
* 日期格式
|
*/
|
// public static String DATEFORMAT = "com.vci.rmip.code.client.systemconfig.date.DateFormPanel";
|
public static String DATEFORMAT = "日期格式";
|
/**
|
* 资源分类
|
*/
|
public static String RMTYPE = "com.vci.rmip.rm.client.rmdata.RmTypeTemplatePanel";
|
// public static String RMTYPE = "资源分类";
|
}
|