12345678910111213141516171819202122 |
- //
- // YOUPAILCPornCheckModel.m
- // zhimi
- //
- // Created by jie on 2019/10/26.
- // Copyright © 2019 caiPro. All rights reserved.
- //
- #import "YOUPAILCPornCheckModel.h"
- @implementation YOUPAILCPornCheckModel+ (NSDictionary *)mj_replacedKeyFromPropertyName
- {
- return @{
- @"youpaipis_open":@"is_open",
- @"youpaipcheck_from_user":@"check_from_user",
- @"youpaipinterval_time":@"interval",
- @"youpaipperiod":@"period",
- @"youpaipperiod_array":@"period_array",
- };
- }
- @end
|