first
This commit is contained in:
43
src/api/interface/ad/lf.ts
Normal file
43
src/api/interface/ad/lf.ts
Normal file
@@ -0,0 +1,43 @@
|
||||
import { ReqPage, ResultData } from "@/api/interface/index";
|
||||
export namespace LfList {
|
||||
// 查询接口
|
||||
export interface ReqParams extends ReqPage {
|
||||
key?: string;
|
||||
}
|
||||
// 保存接口
|
||||
export interface saveParams {
|
||||
lf_id?: number;
|
||||
lf_mingzi: string;
|
||||
}
|
||||
// 删除接口
|
||||
export interface delParams {
|
||||
lf_id?: string;
|
||||
}
|
||||
// 列表接口响应
|
||||
export interface ResList {
|
||||
lf_id?: number;
|
||||
lf_mingzi: string;
|
||||
lf_avatar: any;
|
||||
lf_avatar_url: any;
|
||||
lf_nianling: any;
|
||||
lf_shengao: any;
|
||||
lf_tizhong: any;
|
||||
lf_xiongwei: any;
|
||||
lf_juli: any;
|
||||
lf_dianhua: any;
|
||||
lf_shijian: any;
|
||||
lf_xiangmu: any;
|
||||
lf_jieshao: any;
|
||||
lf_diqu: any;
|
||||
lf_dizhi: any;
|
||||
lf_type: any;
|
||||
lf_cover: any;
|
||||
lf_cover_url: any;
|
||||
lf_source_code: any;
|
||||
created_at: string;
|
||||
name: any;
|
||||
url: any;
|
||||
}
|
||||
// 保存删除响应接口
|
||||
export interface ResData extends ResultData {}
|
||||
}
|
||||
Reference in New Issue
Block a user