第一步:建表
第二步:实体类
第三步:写接口(需求)
第四步:帮助类(BaseDao)(只写一次)
第五步:实现类
// 表-->实体类--> dao --> biz --> --controller // 序列化 接口+实现 接口+实现