zss
7 天以前 3ba3f48fdf21d48f9443befc6b53af82e2206607
src/api/inventoryManagement/stockInventory.js
@@ -87,3 +87,11 @@
    });
};
export const getStockInventoryByModelId = (productModelId) => {
    return request({
        url: "/stockInventory/getByModelId",
        method: "get",
        params: { productModelId },
    });
};