package com.dsh.activity.web; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* 积分商品 前端控制器 *
* * @author jqs * @since 2023-07-04 */ @RestController @RequestMapping("/points-merchandise") public class PointsMerchandiseController { }