| 1234567891011121314151617181920 |
- //
- // cuserModel.m
- // BuguLive
- //
- // Created by fanwe2014 on 16/5/30.
- // Copyright © 2016年 xfg. All rights reserved.
- //
- #import "cuserModel.h"
- @implementation cuserModel
- + (NSDictionary *)mj_replacedKeyFromPropertyName{
-
- return @{
- @"Id" : @"id",
- };
- }
- @end
|