package cn.chnmuseum.party.web.controller;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController;
import cn.chnmuseum.party.web.controller.base.BaseController;
/** * <p> * 展板互动 前端控制器 * </p> * * @author Danny Lee * @since 2021-03-16 */ @RestController @RequestMapping("/party/board-talking") public class BoardTalkingController extends BaseController { }