spring 校驗參數

@Getter @Setter public class TestBean { private @NotNull String name; @Max(100) @Min(0) @NotNull private Integer age; @Max(100) @Min(0) @NotNull private Long money
相關文章
相關標籤/搜索