codereview

1、代码位置合理

2、减少接口调用次数

3、查看接口api的变动,删除接口导致其他服务调用不到

4、equals 比较,不同类型不能比较, Integer向byte转后,要new Byte包装