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