CustomTOGoodsEntity.h 364 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
//
//  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