// // FKLivesProductItem.m // FirstLink // // Created by Lofty on 16/10/13. // Copyright © 2016年 FirstLink. All rights reserved. // #import "FKLivesProductItem.h" @implementation FKLivesProductItem + (NSDictionary *)mts_mapping { return @{ @"brand_id" : mts_key(brandID), @"brand_name" : mts_key(brandName), @"brand_pic_url" : mts_key(brandPicUrl), @"city" : mts_key(cityName), @"product_id" : mts_key(productID), @"price_cn" : mts_key(priceCN), @"product_pic_url" : mts_key(proPicUrl), @"product_title" : mts_key(proTitle), @"type" : mts_key(livesType), @"status" : mts_key(livesStatus), @"occur_time" : mts_key(occurTime), @"update_time" : mts_key(updateTime), @"create_time" : mts_key(createTime), @"recommend_title" : mts_key(recommendTitle), @"recommend_desc" : mts_key(recommendDesc), @"recommend_pic_url" : mts_key(recommendPicURL), @"recommend_target_url" : mts_key(recommendTargetURL), @"country.pic_url" : mts_key(countryPicURL), @"supplier.pic_url" : mts_key(supplierPicURL), @"supplier.name" : mts_key(supplierName), }; } - (kShoppingLivesSource)source { return (kShoppingLivesSource)(self.livesType); } @end