123456789101112131415161718192021 |
- //
- // YOUPAILZVideoDiscountItemModel.m
- // VQU
- //
- // Created by CY on 2021/7/19.
- // Copyright © 2021 leo. All rights reserved.
- //
- #import "YOUPAILZVideoDiscountItemModel.h"
- @implementation YOUPAILZVideoDiscountItemModel
- + (NSDictionary *)mj_replacedKeyFromPropertyName
- {
- return @{
- @"youpaiptime_id":@"time_id",
- @"youpaiptime":@"time",
- };
- }
- @end
|