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