@Override
 protected void attachEntity(DolphinContext entity) {
   super.attachEntity(entity);
   entity.__setDaoSession(daoSession);
 }