1.bean对象加方法
2. 将字符串转化成对象
Ship shipInRedis = JSON.parseObject(shipInfoRedis, Ship.class);
3.equals方法对比两个对象