src/main/java/com/fgkj/controller/UserController.java
@@ -1,13 +1,10 @@ package com.fgkj.controller; import com.fgkj.util.*; import com.fgkj.dto.ServiceModel; import com.fgkj.dto.User; import com.fgkj.services.UserService; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; import javax.annotation.Resource; @@ -15,6 +12,7 @@ @RequestMapping("user") @RestController @Api(tags = "user接口") //Perry TODO public class UserController { @Resource