12345678910111213141516171819202122 |
- //
- // YOUPAILZHomeRankModel.m
- // VQU
- //
- // Created by 肖浩然的mac on 2021/8/17.
- // Copyright © 2021 leo. All rights reserved.
- //
- #import "YOUPAILZHomeRankModel.h"
- @implementation YOUPAILZHomeRankModel
- + (NSDictionary *)mj_replacedKeyFromPropertyName{
- return @{
- @"youpaiptype":@"type",
- @"youpaipsort":@"sort",
- @"youpaipdes":@"des",
- @"youpaipstart_color":@"imgInfo.start_color",
- @"youpaipover_color":@"imgInfo.over_color",
- };
- }
- @end
|