package com.ruoyi.system.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* 支付订单表 前端控制器 *
* * @author xiaochen * @since 2025-02-07 */ @RestController @RequestMapping("/t-pay-order") public class TPayOrderController { }