@NotEmpty :不能为null,且Size>0

@NotNull:不能为null,但可以为empty,没有Size的约束

@NotBlank:只用于String,不能为null且trim()之后size>0