@Override
 public int updateByPrimaryKey(NetworkAdapter record) {
   return networkAdapterMapper.updateByPrimaryKey(record);
 }