代码实例:
@GetMapping("/selectOpenList")
@ApiOperation(value = "公开问卷列表")
@AnonymityAnnotation(access = true)
public WebResponse<PageInfo<QuestionnaireVo>>
selectOpenList(@ModelAttribute QuestionnaireDto dto){
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
}