// // FKBookBrandItem.m // FirstLink // // Created by jack on 16/4/29. // Copyright © 2016年 FirstLink. All rights reserved. // #import "FKBookBrandItem.h" @implementation FKBookBrandItem + (NSDictionary *)mts_mapping { return @{ @"id" : mts_key(itemID), @"pic_url" : mts_key(picUrl), @"name" : mts_key(name), @"subscribe" : mts_key(didBook), }; } + (BOOL)mts_shouldSetUndefinedKeys { return NO; } @end