|
@@ -8,7 +8,6 @@ import com.diagbot.facade.DisScaleFacade;
|
|
|
import com.diagbot.facade.ScaleContentFacade;
|
|
|
import com.diagbot.vo.DisScaleVO;
|
|
|
import com.diagbot.vo.PushVO;
|
|
|
-import io.swagger.annotations.Api;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
@@ -28,7 +27,7 @@ import java.util.List;
|
|
|
*/
|
|
|
@RestController
|
|
|
@RequestMapping("/scale")
|
|
|
-@Api(value = "诊断量表API", tags = { "诊断量表API" })
|
|
|
+//@Api(value = "诊断量表API", tags = { "诊断量表API" })
|
|
|
@SuppressWarnings("unchecked")
|
|
|
public class DisScaleController {
|
|
|
|