DispatchRequirementDetailListCell.h 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. //
  2. // DeliveryRequirementDetailListCellTableViewCell.h
  3. // IBOSSHSH
  4. //
  5. // Created by ssl on 2018/1/16.
  6. // Copyright © 2018年 elongtian. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface DispatchRequirementDetailListCell : UITableViewCell
  10. @property (retain,nonatomic) IBOutlet UILabel *brandName;
  11. @property (retain,nonatomic) IBOutlet UILabel *seriesName;
  12. @property (retain,nonatomic) IBOutlet UILabel *package;
  13. @property (retain,nonatomic) IBOutlet UILabel *acreage;
  14. @property (retain,nonatomic) IBOutlet UILabel *sourceFromName;
  15. @property (retain,nonatomic) IBOutlet UILabel *installationReceiptFlag;
  16. @property (strong, nonatomic) IBOutlet UILabel *lblUnit;
  17. @property (strong, nonatomic) IBOutlet UILabel *lblDispatchType;
  18. @property (retain,nonatomic) IBOutlet UILabel *deliveryQuantity;
  19. @property (strong, nonatomic) IBOutlet UILabel *sourceNo;
  20. @property (retain,nonatomic) IBOutlet UILabel *gradeName;
  21. @property (retain,nonatomic) IBOutlet UILabel *weight;
  22. @property (retain,nonatomic) IBOutlet UILabel *installationReceiptType;
  23. @property (retain,nonatomic) IBOutlet UILabel *warehouseName;
  24. @property (retain,nonatomic) IBOutlet UILabel *code;
  25. @property (retain,nonatomic) IBOutlet UILabel *kindName;
  26. @property (retain,nonatomic) IBOutlet UILabel *colorNumber;
  27. @property (retain,nonatomic) IBOutlet UILabel *installationQuantity;
  28. @property (retain,nonatomic) IBOutlet UILabel *installationReceiptQuantity;
  29. @property (retain,nonatomic) IBOutlet UILabel *returnQuantity;
  30. @property (retain,nonatomic) IBOutlet UILabel *onlyCode;
  31. @property (retain,nonatomic) IBOutlet UILabel *positionNumber;
  32. @property (retain,nonatomic) IBOutlet UILabel *varietyName;
  33. @property (retain,nonatomic) IBOutlet UILabel *deliveryReceiptType;
  34. @property (retain,nonatomic) IBOutlet UILabel *outQuantity;
  35. @property (retain,nonatomic) IBOutlet UILabel *recoverQuantity;
  36. @property (retain,nonatomic) IBOutlet UILabel *deliveryReceiptQuantity;
  37. @property (retain,nonatomic) IBOutlet UILabel *deliveryReceiptFlag;
  38. @property (retain,nonatomic) IBOutlet UILabel *remarks;
  39. @property (retain,nonatomic) IBOutlet UILabel *goodsName;
  40. @property (retain,nonatomic) IBOutlet UILabel *circulateType;
  41. @property (retain,nonatomic) IBOutlet UILabel *specification;
  42. @end