package com.example.northglasserpclient.controller.sd; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *

* 前端控制器 *

* * @author liao * @since 2025-10-29 */ @RestController @RequestMapping("/customerOrderDetail") public class CustomerOrderDetailController { }