cuserModel.m 301 B

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