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