dkahgld

ZBIncomeDetailModel.m 364B

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