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