reportModel.m 296 B

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