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