package com.smcic.api.conference.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* 前端控制器 *
* * @author syj * @since 2024-04-08 */ @RestController @RequestMapping("/conference/conference-admin-module") public class ConferenceAdminModuleController { }