摘要: 业务层开发 使用通用接口IService<T>快速开发Service public interface IBookService extends IService<Book> { } 使用通用实现类ServiceImpl<M,T>快速开发ServiceImpl @Service public cla 阅读全文
posted @ 2022-07-10 23:52 Texley 阅读(79) 评论(0) 推荐(0)