Nessuna descrizione

FKBookRecProItem.h 513B

123456789101112131415161718192021
  1. //
  2. // FKBookRecProItem.h
  3. // FirstLink
  4. //
  5. // Created by jack on 16/4/29.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface FKBookRecProItem : NSObject
  10. @property (nonatomic, strong) NSString *itemID;
  11. @property (nonatomic, strong) NSString *picUrl;
  12. @property (nonatomic, strong) NSString *name;
  13. @property (nonatomic, strong) NSString *title;
  14. @property (nonatomic, strong) NSString *currentPrice;
  15. @property (nonatomic, strong) NSString *originPrice;
  16. @end