这段代码是一个接口文件,位于ReadCloud.service.front包中。该接口定义了一些前端页面需要的方法。

具体方法的解释如下:

  1. showTypeAll(): 展示所有分类,返回一个List类型的结果。
  2. showByHotRec(String cate): 热门推荐,根据阅读量和点赞量排序,返回一个List类型的结果。
  3. showLastUpdate(Integer num, String cate): 查询最后更新的两本书各自的最后一章数据,返回一个List类型的结果。
  4. showLastUpdateBook(Integer num): 查询最近上架的图书,阅读量为0,状态为1(含有章节),返回一个List类型的结果。
  5. getBannerList2(String nowDate): 查询banner,返回一个List类型的结果。
  6. showBTitleByLike(String bTitle): 模糊查询,根据书名进行查询,返回一个List类型的结果
解释代码 package ReadCloudservicefront; import ReadCloudcontrollerafterdtoBookChapterDTO; import ReadCloudentityBannerPO; import ReadCloudentityBookPO; import ReadCloudentityTypePO; import javautilList

原文地址: https://www.cveoy.top/t/topic/h3LB 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录