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