feat: 模态框选择表格
This commit is contained in:
9
types/page.d.ts
vendored
Normal file
9
types/page.d.ts
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
/** 通用分页模型 */
|
||||
declare interface Page<T = any[]> {
|
||||
code: number
|
||||
/** 分页数据 */
|
||||
rows: T
|
||||
/** 总页数 */
|
||||
total: number
|
||||
message: string
|
||||
}
|
Reference in New Issue
Block a user