123456789101112131415161718192021 |
- //
- // YOUPAILZCommonGiftListModel.m
- // VQU
- //
- // Created by 肖浩然的mac on 2021/8/30.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import "YOUPAILZCommonGiftListModel.h"
- @implementation YOUPAILZCommonGiftListModel
- + (NSDictionary *)mj_replacedKeyFromPropertyName
- {
- return @{
- @"youpaipid":@"id",
- @"youpaipname":@"name",
- @"youpaipsend_gift_hide":@"send_gift_hide",
- };
- }
- @end
|