This commit is contained in:
Your Name
2026-04-15 12:00:09 +08:00
parent 2962da0907
commit 845d68110b
426 changed files with 43961 additions and 34179 deletions

View File

@@ -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 {}
}