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