SimplePropertyPreFilter 字段过滤功能
@ApiOperation(value = "simplePropertyPreFilters 字段过滤")
@GetMapping("/getQuestionType")
public ResultVo getQuestionType() {
List<QuestionType> all = questionTypeService.getAll();
return new ResultVo(RespConst.RespEnum.SUCCESS..
原创
2020-05-15 00:02:55 ·
976 阅读 ·
0 评论