AcutionHistoryModel.m 322 B

12345678910111213141516171819
  1. //
  2. // AcutionHistoryModel.m
  3. // BuguLive
  4. //
  5. // Created by fanwe2014 on 16/8/9.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import "AcutionHistoryModel.h"
  9. @implementation AcutionHistoryModel
  10. + (NSDictionary *)mj_replacedKeyFromPropertyName{
  11. return @{
  12. @"ID" : @"id",
  13. };
  14. }
  15. @end