酷店

KDPGoodsModel.m 337B

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