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