@NotNull 適用於任何型別被註解的元素必須不能與NULL; @NotEmpty 適用於集合或者陣列不能為Null且長度必須大於0; @NotBlank 只能用於String上面不能為null ...
確定! 回上一頁