Bez popisu

LogisticsItem.h 446B

1234567891011121314151617181920
  1. //
  2. // LogisticsItem.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 15/6/13.
  6. // Copyright (c) 2015年 FirstLink. All rights reserved.
  7. //
  8. #import "Motis.h"
  9. @interface LogisticsItem : NSObject
  10. @property (nonatomic, strong) NSString *itemID;
  11. @property (nonatomic, strong) NSString *desc;
  12. @property (nonatomic, strong) NSString *waybillID;
  13. @property (nonatomic, strong) NSString *createTime;
  14. @property (nonatomic, strong) NSString *updateTime;
  15. @end