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