下面這個是示例用到的實體類。 @Data @AllArgsConstructor @NoArgsConstructor public class Person { @NotNull(message = "classId 不能為空") private ...
確定! 回上一頁