NotNull ; import java.math.BigDecimal; @Entity public class Book { @Id @GeneratedValue private Long id; @NotEmpty(message = "Please provide a ...
確定! 回上一頁