- package com.qxgmat.controller.admin;
- import org.springframework.web.bind.annotation.RequestMapping;
- import org.springframework.web.bind.annotation.RestController;
- @RestController("AdminServiceController")
- @RequestMapping("/admin/service")
- public class ServiceController {
- }
|