소스 검색

代码整理

gaodm 5 년 전
부모
커밋
5fee0a9c10
1개의 변경된 파일6개의 추가작업 그리고 8개의 파일을 삭제
  1. 6 8
      knowledgeman-service/src/main/java/com/diagbot/web/DiagnoseQuestionController.java

+ 6 - 8
knowledgeman-service/src/main/java/com/diagbot/web/DiagnoseQuestionController.java

@@ -1,21 +1,19 @@
 package com.diagbot.web;
 
-import org.springframework.beans.factory.annotation.Autowired;
-import org.springframework.transaction.annotation.Transactional;
-import org.springframework.web.bind.annotation.PostMapping;
-import org.springframework.web.bind.annotation.RequestBody;
-import org.springframework.web.bind.annotation.RequestMapping;
-import org.springframework.web.bind.annotation.RestController;
-
 import com.baomidou.mybatisplus.core.metadata.IPage;
 import com.diagbot.annotation.SysLogger;
 import com.diagbot.dto.DiagnoseQuestionPageDTO;
 import com.diagbot.dto.RespDTO;
 import com.diagbot.facade.DiagnoseQuestionFacade;
 import com.diagbot.vo.DiagnoseQuestionPageVO;
-
 import io.swagger.annotations.Api;
 import io.swagger.annotations.ApiOperation;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.transaction.annotation.Transactional;
+import org.springframework.web.bind.annotation.PostMapping;
+import org.springframework.web.bind.annotation.RequestBody;
+import org.springframework.web.bind.annotation.RequestMapping;
+import org.springframework.web.bind.annotation.RestController;
 
 /**
  * <p>