123456789101112131415161718192021 |
- //
- // YOUPAILZLiveRankModel.m
- // VQU
- //
- // Created by CY on 2021/7/22.
- // Copyright © 2021 leo. All rights reserved.
- //
- #import "YOUPAILZLiveRankModel.h"
- @implementation YOUPAILZLiveRankModel
- + (NSDictionary *)mj_replacedKeyFromPropertyName
- {
- return @{
- @"youpaiptype":@"type",
- @"youpaipsort":@"sort",
- @"youpaipimg":@"img",
- };
- }
- @end
|