Class TopicRestController


@RestController @RequestMapping("/api/v1/topic") public class TopicRestController extends BaseRestController<TopicRequest,TopicRestService>
主题管理接口
Since:
2024-04-13
Author:
Jackning