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