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/asset") public class AssetController extends BaseController { }