优化网站导航模块
This commit is contained in:
21
src/api/think/thinkCoachImgs/model/index.ts
Normal file
21
src/api/think/thinkCoachImgs/model/index.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
import type { PageParam } from '@/api';
|
||||
|
||||
/**
|
||||
* 教练组相册
|
||||
*/
|
||||
export interface ThinkCoachImgs {
|
||||
//
|
||||
id?: number;
|
||||
// 图片地址
|
||||
path?: string;
|
||||
// 关联id
|
||||
cid?: number;
|
||||
}
|
||||
|
||||
/**
|
||||
* 教练组相册搜索条件
|
||||
*/
|
||||
export interface ThinkCoachImgsParam extends PageParam {
|
||||
id?: number;
|
||||
keywords?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user