酷店

KDPNoticeModel.m 342B

12345678910111213141516171819202122
  1. //
  2. // KDPNoticeModel.m
  3. // KuDianProject
  4. //
  5. // Created by admin on 2019/7/11.
  6. // Copyright © 2019 KDP. All rights reserved.
  7. //
  8. #import "KDPNoticeModel.h"
  9. @implementation KDPNoticeModel
  10. -(void)setValue:(id)value forUndefinedKey:(NSString *)key
  11. {
  12. }
  13. + (NSDictionary *)modelCustomPropertyMapper {
  14. return @{@"Id" : @"id"};
  15. }
  16. @end