|
@@ -8,6 +8,7 @@ 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;
|
|
@@ -27,7 +28,7 @@ import java.util.List;
|
|
|
*/
|
|
|
@RestController
|
|
|
@RequestMapping("/scale")
|
|
|
-//@Api(value = "诊断量表API", tags = { "诊断量表API" })
|
|
|
+@Api(value = "诊断量表API", tags = { "诊断量表API" })
|
|
|
@SuppressWarnings("unchecked")
|
|
|
public class DisScaleController {
|
|
|
|