// // BMListModel.m // BuguLive // // Created by 丁凯 on 2017/5/19. // Copyright © 2017年 xfg. All rights reserved. // #import "BMListModel.h" @implementation BMListModel +(NSDictionary *)mj_replacedKeyFromPropertyName{ return @{ @"ID" : @"id", }; } @end