gaoluyang
2026-01-15 4b36a8de698c1773d94f6cfca8805d6ecd4c420c
src/api/inventoryManagement/stockIn.js
@@ -64,5 +64,11 @@
}
//
//查询库存图表数据
export function getStockInChartData() {
    return request({
        url: '/stockin/listReport',
        method: 'get'
    })
}