YMWithdrawalAccountModel.m 330 B

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