feat:【antd】【mp】优化 api 的注释

This commit is contained in:
YunaiV
2025-11-19 22:18:02 +08:00
parent d7b6c87e33
commit 55cd88080c
8 changed files with 89 additions and 134 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;