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