package com.jilongda.manage.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* 优惠券 前端控制器 *
* * @author 无关风月 * @since 2024-12-09 */ @RestController @RequestMapping("/t-coupon-receive") public class TCouponReceiveController { }