提交 6c903d74 authored 作者: liupengfei's avatar liupengfei

--no commit message

上级 3757a5e9
package com.zrqx.talk.fg.controller;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import io.swagger.annotations.ApiParam;
import java.util.Date;
import java.util.List;
......@@ -13,10 +17,12 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
import tk.mybatis.mapper.entity.Example;
import tk.mybatis.mapper.entity.Example.Criteria;
import com.zrqx.core.constant.talk.TalkRequestPath;
import com.zrqx.core.enums.ResponseCodeEnum;
import com.zrqx.core.exception.BaseException;
import com.zrqx.core.form.member.fg.permissions.LoginMemberInfo;
import com.zrqx.core.form.talk.fg.AddReplyForm;
import com.zrqx.core.form.talk.fg.ThumbsUpForm;
import com.zrqx.core.model.member.Member;
......@@ -31,12 +37,6 @@ import com.zrqx.talk.fg.service.FgReplyService;
import com.zrqx.talk.fg.service.FgTalkService;
import com.zrqx.talk.fg.service.ThumbsUpService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import io.swagger.annotations.ApiParam;
import tk.mybatis.mapper.entity.Example;
import tk.mybatis.mapper.entity.Example.Criteria;
@RestController
@Api(description = "前台论坛回复相关")
@RequestMapping(TalkRequestPath.FG + TalkRequestPath.REPLY)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论