VO属性限制注解 @Valid 注解类型 @Null限制只能为null @NotNull限制必须不为null @AssertFalse限制必须为false @AssertTrue限制必须为true @Deci ...