悟空记账

JZUserInfo.m 267B

1234567891011121314151617
  1. //
  2. // JZUserInfo.m
  3. // JIZHANG
  4. //
  5. // Created by jikaipeng on 2017/10/26.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #import "JZUserInfo.h"
  9. @implementation JZUserInfo
  10. + (NSDictionary *)modelCustomPropertyMapper {
  11. return @{@"Id" : @"id"};
  12. }
  13. @end