debug
This commit is contained in:
@@ -1,19 +1,15 @@
|
||||
import { ReqPage, ResultData } from "@/api/interface/index";
|
||||
export namespace ByList {
|
||||
// 查询接口
|
||||
export interface ReqParams extends ReqPage {
|
||||
key?: string;
|
||||
}
|
||||
// 保存接口
|
||||
export interface saveParams {
|
||||
byrz_id?: number;
|
||||
byrz_mingzi: string;
|
||||
}
|
||||
// 删除接口
|
||||
export interface delParams {
|
||||
byrz_id?: string;
|
||||
}
|
||||
// 列表接口响应
|
||||
export interface ResList {
|
||||
byrz_id?: number;
|
||||
byrz_mingzi: string;
|
||||
@@ -35,6 +31,5 @@ export namespace ByList {
|
||||
name: any;
|
||||
url: any;
|
||||
}
|
||||
// 保存删除响应接口
|
||||
export interface ResData extends ResultData {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user