dangsn
2024-12-26 4e9ff2ce6a830bb2340d7c8612c72eea0c5a553e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
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 = "资源分类";
}