提交 551dfa7d authored 作者: renjiancai's avatar renjiancai

--no commit message

上级 4699b535
......@@ -21,9 +21,7 @@ import com.zrqx.core.vo.resource.fg.ebook.FgEbookVO;
import com.zrqx.resource.bg.service.ResourceRelationService;
import com.zrqx.resource.fg.service.articlelibrary.FgArticleLibraryService;
import com.zrqx.resource.fg.service.ebook.FgBookService;
import com.zrqx.resource.fg.service.ebook.FgEbookDiyTypeService;
import com.zrqx.resource.fg.service.ebook.FgEbookService;
import com.zrqx.resource.fg.service.year.FgYearLibraryService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
......@@ -35,7 +33,7 @@ import io.swagger.annotations.ApiOperation;
*/
@RestController
@RequestMapping(ResourceRequestPath.FG+ResourceRequestPath.EBOOK)
@Api(description="前台-电子书管理")
@Api(description="前台-杂志管理")
public class FgEbookController {
final static int NEIGHBORHOOD_NUM = 2;
final static int RECOMMENDER_NUM = 3;
......
package com.zrqx.resource.fg.mapper.year;
import java.util.List;
import org.apache.ibatis.annotations.Select;
import com.zrqx.core.mapper.BaseMapper;
import com.zrqx.core.model.resource.year.YearLibrary;
import com.zrqx.core.vo.resource.year.YearLibraryListVO;
import feign.Param;
/**
* 年份库
* @author rjc
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论