// // ZCJDModel.m // jitao // // Created by 罗云飞 on 2018/8/27. // Copyright © 2018年 罗云飞. All rights reserved. // #import "ZCJDModel.h" @implementation ZCJDModel + (JSONKeyMapper *)keyMapper { return [[JSONKeyMapper alloc] initWithDictionary:@{@"id":@"ID"}]; } @end