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