// #模块大类 export const CONST_SYS_CLASC_NULL = 0; export const CONST_SYS_CLASC_CORE = 1001; // #基础人事 export const CONST_SYS_CLASC_WTUI = 1002; // #界面定义 export const CONST_SYS_CLASC_CARD = 1003; // #固定资产 export const CONST_SYS_CLASC_ITEM = 1004; // #计次项目 export const CONST_SYS_CLASC_BILL = 1005; // #票据管理 export const CONST_SYS_CLASC_DESK = 1006; // #订单管理 export const CONST_SYS_CLASC_DEAL = 1007; // #工单管理 export const CONST_SYS_CLASC_TAKE = 1008; // #物资管理 export const CONST_SYS_CLASC_PZPT = 1009; // #凭证平台 export const CONST_SYS_CLASC_PATN = 1010; // #数据补丁 export const CONST_SYS_CLASC_ENGN = 1011; // #报表引擎 export const CONST_SYS_CLASC_EXPD = 1012; // #支出管理 export const CONST_SYS_CLASC_FLOW = 1013; // #审核流程 export const CONST_SYS_CLASC_GZTB = 1014; // #网上填报 export const CONST_SYS_CLASC_GZZD = 1015; // #薪资管理 export const CONST_SYS_CLASC_WLZF = 1016; // #网络支付 export const CONST_SYS_CLASC_NOTI = 1017; // #通知公告 export const CONST_SYS_CLASC_DISK = 1018; // #文件系统 export const CONST_SYS_CLASC_YZPZ = 1019; // #预算账套 export const CONST_SYS_CLASC_YZBZ = 1020; // #预算编制 export const CONST_SYS_CLASC_TALK = 1021; // #用户群组 export const CONST_SYS_CLASC_STAR = 1022; // #收藏功能 export const CONST_SYS_CLASC_ELEM = 1023; // #指标要素 export const CONST_SYS_CLASC_ZBZD = 1024; // #预算指标 export const CONST_SYS_CLASC_ZBHD = 1025; // #指标额度 export const CONST_SYS_CLASC_MYOA = 1026; // #内部办公 export const CONST_SYS_CLASC_JZPZ = 1027; // #财务分析 export const CONST_SYS_CLASC_GAMS = 1028; // #新版内控 export const CONST_SYS_CLASC_HZCB = 1029; // #杭州城建 export const CONST_SYS_CLASC_YZHT = 1030; // #合同管理 export const CONST_SYS_CLASC_YZCG = 1031; // #采购管理 export const CONST_SYS_CLASC_YZCB = 1032; // #项目管理 export const CONST_SYS_CLASC_WLDY = 1033; // #网络打印 export const CONST_SYS_CLASC_YZSY = 1034; // #税源分析 export const CONST_SYS_CLASN_NULL = ""; export const CONST_SYS_CLASN_CORE = "基础人事"; export const CONST_SYS_CLASN_WTUI = "界面定义"; export const CONST_SYS_CLASN_CARD = "固定资产"; export const CONST_SYS_CLASN_ITEM = "计次项目"; export const CONST_SYS_CLASN_BILL = "票据管理"; export const CONST_SYS_CLASN_DESK = "订单管理"; export const CONST_SYS_CLASN_DEAL = "工单管理"; export const CONST_SYS_CLASN_TAKE = "物资管理"; export const CONST_SYS_CLASN_PZPT = "凭证平台"; export const CONST_SYS_CLASN_PATN = "数据补丁"; export const CONST_SYS_CLASN_ENGN = "报表引擎"; export const CONST_SYS_CLASN_EXPD = "支出管理"; export const CONST_SYS_CLASN_FLOW = "审核流程"; export const CONST_SYS_CLASN_GZTB = "网上填报"; export const CONST_SYS_CLASN_GZZD = "薪资管理"; export const CONST_SYS_CLASN_WLZF = "网络支付"; export const CONST_SYS_CLASN_NOTI = "通知公告"; export const CONST_SYS_CLASN_DISK = "文件系统"; export const CONST_SYS_CLASN_YZPZ = "预算账套"; export const CONST_SYS_CLASN_YZBZ = "预算编制"; export const CONST_SYS_CLASN_TALK = "用户群组"; export const CONST_SYS_CLASN_STAR = "收藏功能"; export const CONST_SYS_CLASN_ELEM = "指标要素"; export const CONST_SYS_CLASN_ZBZD = "预算指标"; export const CONST_SYS_CLASN_ZBHD = "指标额度"; export const CONST_SYS_CLASN_MYOA = "内部办公"; export const CONST_SYS_CLASN_JZPZ = "财务分析"; export const CONST_SYS_CLASN_GAMS = "新版内控"; export const CONST_SYS_CLASN_HZCB = "杭州城建"; export const CONST_SYS_CLASN_YZHT = "合同管理"; export const CONST_SYS_CLASN_YZCG = "采购管理"; export const CONST_SYS_CLASN_YZCB = "项目管理"; export const CONST_SYS_CLASN_WLDY = "网络打印"; export const CONST_SYS_CLASN_YZSY = "税源分析";