酷店

KDPBalanceModel.m 357B

1234567891011121314151617181920
  1. //
  2. // KDPBalanceModel.m
  3. // KuDianProject
  4. //
  5. // Created by 学丽 on 2019/7/10.
  6. // Copyright © 2019 KDP. All rights reserved.
  7. //
  8. #import "KDPBalanceModel.h"
  9. @implementation KDPBalanceModel
  10. + (NSDictionary<NSString *,id> *)modelCustomPropertyMapper {
  11. return @{@"Id":@"id"};
  12. }
  13. -(void)setValue:(id)value forUndefinedKey:(NSString *)key
  14. {
  15. }
  16. @end