摘要: get请求校验 @Validated public class SystemController @GetMapping("disable") public Response disable(@NotNull Integer id) { post请求校验 @PostMapping("save") p 阅读全文
posted @ 2021-11-17 18:32 lin_0110 阅读(56) 评论(0) 推荐(0)