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