refactor: 将枚举和常量从utils移动到constants

This commit is contained in:
xingyu4j
2025-09-04 18:28:13 +08:00
parent 37fba1474e
commit cf8745d844
7 changed files with 12 additions and 7 deletions

View File

@@ -1,5 +1,8 @@
import type {
BpmCandidateStrategyEnum,
BpmNodeTypeEnum,
} from '@vben/constants';
import type { PageParam, PageResult } from '@vben/request';
import type { BpmCandidateStrategyEnum, BpmNodeTypeEnum } from '@vben/utils';
import type { BpmTaskApi } from '../task';