mysql数据库与Java 两者之间对应关系
数据库字段名:
Java字段名:
date 日期字段
Date 类
BLOB 二进制数据类型
java.lang.byte[]