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