资产审批

This commit is contained in:
2025-06-25 11:37:28 +08:00
parent f620debe43
commit 8d517b3133
18 changed files with 606 additions and 341 deletions

View File

@@ -14,6 +14,7 @@ export const DictEnum = {
WF_FORM_TYPE: 'wf_form_type', // 表单类型
WF_TASK_STATUS: 'wf_task_status', // 任务状态
WY_SF: 'wy_sf',
WY_ZCSHZT: 'wy_zcshzt',
} as const;
export type DictEnumKey = keyof typeof DictEnum;