import { createAPI } from "@/utils/httpRequest.js"; export const partAllInfoSearch = data => createAPI(`/plm/partInformation/partAllInfoSearch`,'post',data)