// // KBNineNineModel.h // YouHuiProject // // Created by xiaoxi on 2018/1/22. // Copyright © 2018年 kuxuan. All rights reserved. // #import @interface YHNineNineMiddleCollectionModel : NSObject @property (nonatomic, copy) NSString *intro; @property (nonatomic, strong) NSNumber *coupon_surplus; @property (nonatomic, copy) NSString *sellerId; @property (nonatomic, strong) NSNumber *volume; @property (nonatomic, strong) NSNumber *is_coupon; @property (nonatomic, copy) NSString *nick; @property (nonatomic, copy) NSString *cid; @property (nonatomic, copy) NSString *title; @property (nonatomic, copy) NSString *scid; @property (nonatomic, copy) NSString *img; @property (nonatomic, strong) NSString *price; @property (nonatomic, strong) NSNumber *freeShipping; @property (nonatomic, strong) NSString *discount_price; @property (nonatomic, copy) NSString *goods_id; @property (nonatomic, strong) NSNumber *postage; @property (nonatomic, strong) NSString *coupon_price; @property (nonatomic, strong) NSNumber *sort; @property (nonatomic, strong) NSNumber *is_new; @end @interface YHNineNineMiddleTableModel : NSObject @property (nonatomic, strong) NSNumber *Id; @property (nonatomic, copy) NSString *keyword; @property (nonatomic, strong) NSNumber *position; @property (nonatomic, copy) NSString *note; @property (nonatomic, copy) NSString *url; @property (nonatomic, copy) NSString *img; @property (nonatomic, strong) NSNumber *type; @property (nonatomic, copy) NSString *cid; @property (nonatomic, strong) NSNumber *num; @property (nonatomic, strong) NSNumber *is_show_list; @property (nonatomic, strong) NSNumber *show_type; @property (nonatomic, copy) NSString *name; @end @interface YHNineNineMiddleModel : NSObject @property (nonatomic, strong) YHNineNineMiddleTableModel *title; @property (nonatomic, strong) NSArray *list; @end @interface YHNineNineHeaderCollectionModel : NSObject @property (nonatomic, copy) NSString *icon; @property (nonatomic, strong) NSNumber *position; @property (nonatomic, copy) NSString *note; @property (nonatomic, strong) NSNumber *Id; @property (nonatomic, copy) NSString *cid; @property (nonatomic, copy) NSString *keyword; @property (nonatomic, strong) NSNumber *show_type; @property (nonatomic, strong) NSNumber *is_show_list; @property (nonatomic, strong) NSNumber *type; //2长 1短 @property (nonatomic, copy) NSString *name; @property (nonatomic, copy) NSString *url; @end @interface YHNineNineHeaderModel : NSObject @property (nonatomic, strong) NSArray *first; @property (nonatomic, strong) NSArray *last; @end @interface KBNineNineModel : NSObject @property (nonatomic, strong) YHNineNineHeaderModel *hot; @property (nonatomic, strong) NSArray *recommend; @end