issues
search
springside
/
springside4
A Spring Framework based, pragmatic style JavaEE application reference architecture.
http://www.springside.io
Apache License 2.0
5.72k
stars
2.91k
forks
source link
controller层返回的是不是应该是vo而不是dto
#566
Open
lialzm
opened
7 years ago
lialzm
commented
7 years ago
在api项目中不需要vo吗
dylan-lu
commented
7 years ago
controller层返回的应该是vo, dto是mapper层返回的对象
在api项目中不需要vo吗