新UI马甲包

LDSuperListModel.m 271B

12345678910111213141516
  1. //
  2. // LDSuperListModel.m
  3. // hc
  4. //
  5. // Created by liuxueli on 2018/12/12.
  6. // Copyright © 2018 hc. All rights reserved.
  7. //
  8. #import "LDSuperListModel.h"
  9. @implementation LDSuperListModel
  10. + (NSDictionary *)modelCustomPropertyMapper {
  11. return @{@"Id" : @"id"};
  12. }
  13. @end