mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-13 18:35:07 +08:00
[新增]AI: 写作管理
This commit is contained in:
5
types/global.d.ts
vendored
5
types/global.d.ts
vendored
@ -50,4 +50,9 @@ declare global {
|
||||
name: string
|
||||
children?: Tree[] | any[]
|
||||
}
|
||||
// 分页数据公共返回
|
||||
interface PageResult<T> {
|
||||
list: T // 数据
|
||||
total: number // 总量
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user