1234567891011121314151617181920212223242526 |
- //
- // YOUPAILZLiveRecommendGiftModel.m
- // VQU
- //
- // Created by CY on 2021/7/22.
- // Copyright © 2021 leo. All rights reserved.
- //
- #import "YOUPAILZLiveRecommendGiftModel.h"
- @implementation YOUPAILZLiveRecommendGiftModel
- + (NSDictionary *)mj_replacedKeyFromPropertyName
- {
- return @{
- @"youpaipid":@"id",
- @"youpaiptype":@"type",
- @"youpaipsvga":@"svga",
- @"youpaipmd5_string":@"md5_string",
- @"youpaipname":@"name",
- @"youpaipprice":@"price",
- @"youpaipimg":@"img",
- };
- }
- @end
|