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