| 1234567891011121314151617181920 |
- //
- // BMListModel.m
- // BuguLive
- //
- // Created by 丁凯 on 2017/5/19.
- // Copyright © 2017年 xfg. All rights reserved.
- //
- #import "BMListModel.h"
- @implementation BMListModel
- +(NSDictionary *)mj_replacedKeyFromPropertyName{
- return @{
- @"ID" : @"id",
- };
- }
- @end
|