import Api from "~/service/Api";

export function queryByPtyInr(data) {
  return Api.post("/manager/pta/queryByPtyInr", data);
}