// // searchDeviceModel.h // Ifish // // Created by imac on 15/10/12. // Copyright © 2015年 imac. All rights reserved. // #import "baseModel.h" // 查询设备信息 @interface searchDeviceModel : baseModel //全填充为00 @property(nonatomic,copy)NSString*crc16String; @end