123456789101112131415161718192021 |
- //
- // YOUPAIZYVideoHeartGiftModel.m
- // VQU
- //
- // Created by Elaine on 2020/12/18.
- // Copyright © 2020 leo. All rights reserved.
- //
- #import "YOUPAIZYVideoHeartGiftModel.h"
- @implementation YOUPAIZYVideoHeartGiftModel+ (NSDictionary *)mj_replacedKeyFromPropertyName
- {
- return @{
- @"youpaipheart_giftId":@"id",
- @"youpaipname":@"name",
- @"youpaipprice":@"price",
- @"youpaiptype":@"type",
- };
- }
- @end
|