| | |
| | | |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import lombok.AllArgsConstructor; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | |
| | | /** |
| | | * <p> |
| | | * 前端控制器 |
| | | * </p> |
| | | * |
| | | * @author ruoyi |
| | | * @since 2025-06-03 |
| | | */ |
| | | * <p> |
| | | * 前端控制器 |
| | | * </p> |
| | | * |
| | | * @author ruoyi |
| | | * @since 2025-06-03 |
| | | */ |
| | | |
| | | @RestController |
| | | @AllArgsConstructor |
| | | @RequestMapping("/basic/customer") |
| | | public class CustomerController { |
| | | @RequestMapping("/customer") |
| | | public class CustomerController { |
| | | |
| | | } |
| | | } |