摘要: @NotBlank一般用来校验String类型不能为空 @NotNull一般用来校验Integer类型不能为空 @NotEmpty一般用来校验List类型不能为空 阅读全文
posted @ 2021-04-27 09:05 →_→BéLieve 阅读(5) 评论(0) 推荐(0)