YMMyEarningsModel.m 393 B

123456789101112131415161718192021
  1. //
  2. // YMMyEarningsModel.m
  3. // MSYOUPAI
  4. //
  5. // Created by YoMi on 2024/2/29.
  6. // Copyright © 2024 MS. All rights reserved.
  7. //
  8. #import "YMMyEarningsModel.h"
  9. @implementation YMMyEarningsModel
  10. + (NSDictionary *)modelContainerPropertyGenericClass {
  11. return @{
  12. @"list": [YMMyEarningsWithdrawalAmountModel class],
  13. };
  14. }
  15. @end
  16. @implementation YMMyEarningsWithdrawalAmountModel
  17. @end