import { createAPI } from "@/utils/httpRequest.js"; // 获取工厂列表 export const getFactory = data => createAPI(`/factory/tblbasedata/list`,'get',data)