import Api from "~/service/Api"

export function queryByPage(data) {
    return Api.post("/manager/trn/queryByPage", data)
}