YOUPAILZBillSectionModel.m 428 B

1234567891011121314151617181920212223
  1. //
  2. // YOUPAILZBillSectionModel.m
  3. // MEISHI
  4. //
  5. // Created by CY on 2021/2/22.
  6. // Copyright © 2021 leo. All rights reserved.
  7. //
  8. #import "YOUPAILZBillSectionModel.h"
  9. @implementation YOUPAILZBillSectionModel
  10. + (NSDictionary *)mj_replacedKeyFromPropertyName
  11. {
  12. return @{
  13. @"youpaipdate":@"date",
  14. @"youpaiplist":@"list",
  15. @"youpaipincome":@"income",
  16. @"youpaipexpend":@"expend",
  17. };
  18. }
  19. @end