如何合并数据呢?
使用VO!
1、新建一个VO包
2、新建一个类(以Item为例)
其中的数据包含三段
(1)item表中的字段(来自item表)
(2)item所属product的属性(来自product表)
(3)item的库存(来自inventory表)
3、controller
4、service
5、persistence
如何合并数据呢?
使用VO!
1、新建一个VO包
2、新建一个类(以Item为例)
其中的数据包含三段
(1)item表中的字段(来自item表)
(2)item所属product的属性(来自product表)
(3)item的库存(来自inventory表)
3、controller
4、service
5、persistence