摘要:
//分页插件@Beanpublic PaginationInterceptor paginationInterceptor() { return new PaginationInterceptor();} @ApiOperation("分页查询")@GetMapping("/pageTeacher/ 阅读全文
posted @ 2021-02-28 02:04
阿布v
阅读(183)
评论(0)
推荐(0)
摘要:
public interface ResultCode { public static Integer SUCCESS = 200;//成功 public static Integer ERROR = 500;//失败} @Datapublic class R { @ApiModelProperty 阅读全文
posted @ 2021-02-28 01:31
阿布v
阅读(80)
评论(0)
推荐(0)