猎豆优选

LDSuperBrandModel.m 292B

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