import Api from "~/service/Api" // 结算文件手工录入查询 export function queryByPage(data) { return Api.post("/business/dblkpm/listPagingInfo", data); }