- //
- // KXMainDetailModel.m
- // QBCS
- //
- // Created by kuxuan on 2017/6/8.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import "KXMainDetailModel.h"
- @implementation KXMainDetailModel
- + (NSDictionary *)modelCustomPropertyMapper {
- return @{@"Id" : @"id",@"Description":@"description"};
- }
- @end
|