| 12345678910111213141516171819 |
- //
- // 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
|