src/api/productionManagement/productionProductMain.js
@@ -9,3 +9,11 @@ params: query, }); } export function queryProductInputAndOutput(query) { return request({ url: "/productionProductMain/queryProductInputAndOutput", method: "get", params: query, }); }