摘要: 三层优化1.加入接口 建议面向接口开发:先接口-再实现类 --service,dao加入接口 --接口与实现类的 命名规范 接口: interface 起名 I实体类Service IStudentService 实现类: implements 起名 实体类ServiceImpl StudentSe 阅读全文
posted @ 2020-06-10 23:20 myyismyy 阅读(138) 评论(0) 推荐(0)