This commit is contained in:
lcw
2025-11-22 21:59:58 +08:00
parent ea3022c3f6
commit 93c49dff27
661 changed files with 195357 additions and 2160 deletions

View File

@ -187,3 +187,11 @@ export const mxglYjxqSelectList = (params) => {
params
});
}
export const mxglJqxqGetPageList = (params) => {
return request({
url: gsxtApi + `/mxglJqxq/selectList`,
method: "get",
params
});
}