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