提交 d16f4044 authored 作者: liupengfei's avatar liupengfei

--no commit message

上级 219df236
......@@ -100,7 +100,7 @@ public class PlateController {
* @author xjg
* @date 2019年1月16日 上午11:01:59
*/
@ApiOperation(value = "获取板块列表", notes = "获取板块列表")
@ApiOperation(value = "获取板块", notes = "获取板块")
@GetMapping(value = TalkRequestPath.OID)
public CallBack<Plate>selectById(@PathVariable Integer oid){
return CallBack.success(plateService.selectByPrimaryKey(oid));
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论