dkahgld

ZBWithDrawalModel.m 359B

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