12345678910111213141516171819202122 |
- //
- // YOUPAILZLiveCategoryModel.m
- // VQU
- //
- // Created by CY on 2021/7/2.
- // Copyright © 2021 leo. All rights reserved.
- //
- #import "YOUPAILZLiveCategoryModel.h"
- @implementation YOUPAILZLiveCategoryModel
- + (NSDictionary *)mj_replacedKeyFromPropertyName
- {
- return @{
- @"youpaipid":@"id",
- @"youpaiptitle":@"title",
- @"youpaiptype":@"type",
- };
- }
- @end
|