1234567891011121314151617 |
- //
- // JZUserInfo.m
- // JIZHANG
- //
- // Created by jikaipeng on 2017/10/26.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import "JZUserInfo.h"
- @implementation JZUserInfo
- + (NSDictionary *)modelCustomPropertyMapper {
- return @{@"Id" : @"id"};
- }
- @end
|