2026-05-08 72b4c8df39edffc149ae51376499ac28b9bde0c1
src/api/inventoryManagement/stockInventory.js
@@ -87,3 +87,11 @@
    });
};
export const getStockInventoryByModelId = (productModelId) => {
    return request({
        url: "/stockInventory/getByModelId",
        method: "get",
        params: { productModelId },
    });
};