import Api from "~/service/Api" // 列表分页查询收费优惠明细查询 export function queryByPage(data) { return Api.post("/business/fepsel/listPagingInfo", data); }