gaoluyang
2 天以前 8b531e76e1f957d67069aa7ab0e8c5a9a747c06e
src/api/inventoryManagement/stockInventory.js
@@ -25,3 +25,13 @@
        data: params,
    });
};
export const exportStockInventory = (params) => {
    return request({
        url: "/stockInventory/exportStockInventory",
        method: "post",
        data: params,
    });
};