maven
2025-08-14 ddfe4da0b22321492e5e780edc44cdad34808b4e
src/api/inventoryManagement/stockManage.js
@@ -3,7 +3,7 @@
// 查询库存信息列表
export const getStockManagePage = (params) => {
    return request({
        url: "/stockin/listPage",
        url: "/stockin/listPageCopy",
        method: "get",
        params,
    });