// // ASCouponsModel.m // Asteria // // Created by iOS on 2023/11/30. // #import "ASCouponsModel.h" @implementation ASCouponsModel + (NSDictionary *)mj_replacedKeyFromPropertyName { return @{ @"Id": @"id", }; } @end