src/main/java/com/fgkj/controller/Dev_paramController.java
@@ -12,14 +12,16 @@ import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; import javax.annotation.Resource; @RequestMapping("devParam") @RestController @Api public class Dev_paramController{ @Autowired @Resource private Dev_paramService service; @Autowired @Resource private User_logService uservice;