|
@@ -55,7 +55,16 @@ public class QcQuestionInfoController {
|
|
|
|
|
|
|
|
|
@ApiOperation(value = "标签分页列表[by:zhoutg]",
|
|
|
- notes = "")
|
|
|
+ notes = "// 备注名称\n" +
|
|
|
+ " String tagName;\n" +
|
|
|
+ "// 标签标识(1:单标签 4:组合标签)\n" +
|
|
|
+ " List<Integer> tagTypeList;\n" +
|
|
|
+ "// 显示名称\n" +
|
|
|
+ " String name;\n" +
|
|
|
+ "// 医院ID\n" +
|
|
|
+ " Long hospitalId;\n" +
|
|
|
+ "// 模块id\n" +
|
|
|
+ " Long modeId;")
|
|
|
@PostMapping("/page")
|
|
|
@SysLogger("page")
|
|
|
public RespDTO<IPage<QuestionPageDTO>> list(@RequestBody QuestionPageVO questionPageVO) {
|