liyong
2026-05-14 bfc02d9cd38ccdeb09b3a1f2545e1c75cdf39b29
src/api/inventoryManagement/stockInventory.js
@@ -95,3 +95,12 @@
    });
};
// 更新库存记录
export const updateStockInventory = (params) => {
    return request({
        url: "/stockInventory/update",
        method: "post",
        data: params,
    });
};