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