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