Component; import java.util.Date; public class Person { private int age; @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") private Date birth ...
確定! 回上一頁