|
@@ -31,7 +31,7 @@ import java.util.List;
|
|
|
*/
|
|
|
@RestController
|
|
|
@RequestMapping("/scale")
|
|
|
-@Api(value = "诊断量表API", tags = { "知识库标准化-诊断量表API" })
|
|
|
+@Api(value = "诊断量表API", tags = { "ICSS三期/知识库标准化-诊断量表API" })
|
|
|
@SuppressWarnings("unchecked")
|
|
|
public class ScaleController {
|
|
|
|
|
@@ -56,7 +56,7 @@ public class ScaleController {
|
|
|
return RespDTO.onSuc(data);
|
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "知识库标准化-量表搜索[by:zhoutg]",
|
|
|
+ @ApiOperation(value = "ICSS三期-量表搜索[by:zhoutg]",
|
|
|
notes = "")
|
|
|
@PostMapping("/index")
|
|
|
public RespDTO<List<DisScaleDTO>> index(@Valid @RequestBody ScaleIndexVO scaleVO) {
|