// // CustomTOGoodsEntity.h // Lighting // // Created by mac on 16/5/30. // Copyright © 2016年 上海勾芒科技有限公司. All rights reserved. // #import "opple_objc_json_client.h" @interface CustomTOGoodsEntity : NSObject @property(nonatomic,strong)TOGoodsEntity *tOGoodsEntity;//商品 @property(nonatomic,strong)NSString *count;//商品数量 @end