123456789101112131415161718192021 |
- //
- // YOUPAILZVipCategoryModel.m
- // VQU
- //
- // Created by CY on 2021/8/20.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import "YOUPAILZVipCategoryModel.h"
- @implementation YOUPAILZVipCategoryModel
- + (NSDictionary *)mj_replacedKeyFromPropertyName
- {
- return @{
- @"youpaipid":@"id",
- @"youpaipname":@"name",
- };
- }
- @end
|