123456789101112131415161718192021222324 |
- //
- // YOUPAILZBigCastSetPriceModel.m
- // MSYOUPAI
- //
- // Created by CY on 2022/3/9.
- // Copyright © 2022 MS. All rights reserved.
- //
- #import "YOUPAILZBigCastSetPriceModel.h"
- @implementation YOUPAILZBigCastSetPriceModel
- + (NSDictionary *)mj_replacedKeyFromPropertyName
- {
- return @{
- @"youpaipcoins":@"coins",
- @"youpaipcontent":@"content",
- @"youpaipid":@"id",
- @"youpaipstar_grade":@"star_grade",
- @"youpaipstatus":@"status",
- };
- }
- @end
|