package com.ruoyi.account.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* 前端控制器 *
* * @author luodangjia * @since 2024-08-06 */ @RestController @RequestMapping("/t-app-user-sign") public class TAppUserSignController { }