JoinDataModel.m 304 B

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