ListModel.m 295 B

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