YMWithdrawalRecordsListModel.m 342 B

12345678910111213141516
  1. //
  2. // YMWithdrawalRecordsListModel.m
  3. // MSYOUPAI
  4. //
  5. // Created by YoMi on 2024/3/18.
  6. // Copyright © 2024 MS. All rights reserved.
  7. //
  8. #import "YMWithdrawalRecordsListModel.h"
  9. @implementation YMWithdrawalRecordsListModel
  10. + (NSDictionary *)modelCustomPropertyMapper {
  11. return @{
  12. @"withdrawal_records_id":@"id",
  13. };
  14. }
  15. @end