gaoluyang
2026-02-03 830adfef9c17ff8915761ff218f9d8e8a04bc3ea
src/api/inventoryManagement/stockInventory.js
@@ -60,3 +60,12 @@
    });
};
// 获取产品大类的select列表
// /basic/product/listProduct
export const getProductList = (params) => {
    return request({
        url: "/basic/product/listProduct",
        method: "get",
        params,
    });
};