需要注意的是,在job類的校驗上面一定要加上@Valid註解。 public class UserDTO1 { private Integer userId; @NotEmpty private String name; ...
確定! 回上一頁