package com.hollywood.manage.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* 短剧类别中间表 前端控制器 *
* * @author xiaochen * @since 2024-03-06 */ @RestController @RequestMapping("/t-short-play-to-type") public class TShortPlayToTypeController { }