feat:【ele】【bpm】优化 api 的注释

This commit is contained in:
YunaiV
2025-11-20 08:37:08 +08:00
parent 55cd88080c
commit 5743c213c2
8 changed files with 106 additions and 119 deletions

View File

@@ -3,7 +3,7 @@ import type { PageParam, PageResult } from '@vben/request';
import { requestClient } from '#/api/request';
export namespace BpmUserGroupApi {
/** BPM 用户组 */
/** 用户组 */
export interface UserGroup {
id: number;
name: string;