酷店

KDPClassModel.m 285B

123456789101112131415161718
  1. //
  2. // KDPClassModel.m
  3. // KuDianProject
  4. //
  5. // Created by admin on 2019/7/10.
  6. // Copyright © 2019 KDP. All rights reserved.
  7. //
  8. #import "KDPClassModel.h"
  9. @implementation KDPClassModel
  10. + (NSDictionary<NSString *,id> *)modelCustomPropertyMapper {
  11. return @{@"Id":@"id"};
  12. }
  13. @end