mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-17 00:42:00 +08:00
refactor(constants): 将字典枚举从core/shared移动到@vben/constants
将字典枚举相关常量从packages/@core/base/shared/src/constants移动到packages/constants模块 更新相关导出和导入路径,保持功能不变但改善代码组织结构
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
export const DictEnum = {
|
||||
SYS_COMMON_STATUS: 'sys_common_status',
|
||||
SYS_DEVICE_TYPE: 'sys_device_type', // 设备类型
|
||||
SYS_GRANT_TYPE: 'sys_grant_type', // 授权类型
|
||||
SYS_NORMAL_DISABLE: 'sys_normal_disable',
|
||||
SYS_NOTICE_STATUS: 'sys_notice_status', // 通知状态
|
||||
SYS_NOTICE_TYPE: 'sys_notice_type', // 通知类型
|
||||
SYS_OPER_TYPE: 'sys_oper_type', // 操作类型
|
||||
SYS_OSS_ACCESS_POLICY: 'oss_access_policy', // oss权限桶类型
|
||||
SYS_SHOW_HIDE: 'sys_show_hide', // 显示状态
|
||||
SYS_USER_SEX: 'sys_user_sex', // 性别
|
||||
SYS_YES_NO: 'sys_yes_no', // 是否
|
||||
WF_BUSINESS_STATUS: 'wf_business_status', // 业务状态
|
||||
WF_FORM_TYPE: 'wf_form_type', // 表单类型
|
||||
WF_TASK_STATUS: 'wf_task_status', // 任务状态
|
||||
} as const;
|
||||
|
||||
export type DictEnumKey = keyof typeof DictEnum;
|
||||
@@ -1,3 +1,2 @@
|
||||
export * from './dict-enum';
|
||||
export * from './globals';
|
||||
export * from './vben';
|
||||
|
||||
Reference in New Issue
Block a user