model、dao、service、controller之间的关系,还有util和task的简介

model:

数据库中的表一一对应,实现set和get的方法。 

 

相关文章: