@Override
 public int deleteByPrimaryKey(String columnId) {
   return networkAdapterMapper.deleteByPrimaryKey(columnId);
 }