import java.sql.Blob; import java.sql.Clob; public class User { private Integer id; private String name; private Integer age; private Blob photo;
確定! 回上一頁