GiGaMaskTime/GIGA/Modules/Me/Model/MaskHistryRecord.m

37 lines
655 B
Objective-C

//
// MaskHistryRecord.m
// GIGA
//
// Created by lianxiang on 2018/9/25.
// Copyright © 2018年 com.giga.ios. All rights reserved.
//
#import "MaskHistryRecord.h"
@implementation MaskHistryRecord
+(JSONKeyMapper *)keyMapper{
return [[JSONKeyMapper alloc] initWithModelToJSONDictionary:@{@"reocrd_id":@"id"}];
}
+ (BOOL)propertyIsOptional:(NSString *)propertyName{
return YES;
}
@end
@implementation MaskHistryRecordlist
//+(JSONKeyMapper *)keyMapper{
// return [[JSONKeyMapper alloc] initWithModelToJSONDictionary:@{@"reocrd_id":@"id"}];
//}
+ (BOOL)propertyIsOptional:(NSString *)propertyName{
return YES;
}
@end