Nav apraksta

KXMainDetailModel.m 309B

12345678910111213141516
  1. //
  2. // KXMainDetailModel.m
  3. // QBCS
  4. //
  5. // Created by kuxuan on 2017/6/8.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #import "KXMainDetailModel.h"
  9. @implementation KXMainDetailModel
  10. + (NSDictionary *)modelCustomPropertyMapper {
  11. return @{@"Id" : @"id",@"Description":@"description"};
  12. }
  13. @end