ASCouponsModel.m 240 B

12345678910111213141516171819
  1. //
  2. // ASCouponsModel.m
  3. // Asteria
  4. //
  5. // Created by iOS on 2023/11/30.
  6. //
  7. #import "ASCouponsModel.h"
  8. @implementation ASCouponsModel
  9. + (NSDictionary *)mj_replacedKeyFromPropertyName {
  10. return @{
  11. @"Id": @"id",
  12. };
  13. }
  14. @end