口袋版本的一折买

YZMAFindHotSearchModel.m 317B

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