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