- 在 DeliveryInfoVo 中添加产品编码、产品名称和产品描述字段 - 修改 DeliveryListMapper.xml 中的 SQL 查询,增加产品编码和描述字段- 重构 DeliveryListServiceImpl 中的逻辑,使用 List<ProductInfo>替代 Map<String, Integer> - 优化 OrderInfoServiceImpl 中的 setAgentInfo 和 setCustomerInfo 方法- 调整 OrderInfoVo 中的字段,移除未使用的属性 |
||
|---|---|---|
| .. | ||
| .mvn | ||
| src | ||
| .DS_Store | ||
| pom.xml | ||