// // JoinDataModel.m // BuguLive // // Created by fanwe2014 on 16/8/9. // Copyright © 2016年 xfg. All rights reserved. // #import "JoinDataModel.h" @implementation JoinDataModel + (NSDictionary *)mj_replacedKeyFromPropertyName{ return @{ @"ID" : @"id", }; } @end