市北互联平台后端仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
326 B

一、controller
1、方法名和接口名一致,改为驼峰式
二、service层:
2、同controller一致
三、dao层:
1、结果集是集合用selectListXXX
2、结果集为一个实例用selectOneXXX
3、更新:updateXXX
4、插入:insertXXX
5、删除:deleteXXX
6、获取统计值的方法用 selectCount