Joshi f385188684 refactor(mat): 优化物料库存查询性能并移除冗余VO类
- 移除 MatMaterialWithInventoryVo 类,将库存相关字段直接添加到 MatMaterialVo 中
- 重构 queryPageListWithInventory 和 queryListWithInventory 方法,使用批量查询替代 N+1 查询
- 实现 batchQueryMaterialInventory 方法以提高库存信息查询效率
- 更新控制器中的返回类型从 MatMaterialWithInventoryVo 到 MatMaterialVo
- 修改 Excel 导出功能以使用新的数据结构
2026-01-31 13:12:07 +08:00
2025-08-06 09:30:23 +08:00
2025-09-24 13:29:10 +08:00
2025-08-30 17:04:25 +08:00
2025-08-06 14:16:49 +08:00
2025-08-06 09:30:23 +08:00
2025-08-06 09:30:23 +08:00
2025-08-06 09:30:23 +08:00
2025-08-06 09:30:23 +08:00

创高oa

Description
No description provided
Readme MIT 24 MiB
Languages
Java 49.4%
Vue 38.4%
JavaScript 5.4%
TSQL 2.8%
PLpgSQL 1.1%
Other 2.8%