OtherOutStorageListSearchModel.h 652 B

12345678910111213141516171819202122
  1. //
  2. // OtherOutStorageListSearchModel.h
  3. // IBOSSmini
  4. //
  5. // Created by guan hong hou on 2018/4/26.
  6. // Copyright © 2018年 elongtian. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface OtherOutStorageListSearchModel : NSObject
  10. @property(nonatomic,strong)NSString *outStorageNo;
  11. @property(nonatomic,strong)NSString *supplierId;
  12. @property(nonatomic,strong)NSString *startDate;
  13. @property(nonatomic,strong)NSString *endDate;
  14. @property(nonatomic,strong)NSString *departmentCode;
  15. @property(nonatomic,strong)NSString *customerCode;
  16. @property(nonatomic,strong)NSString *staffId;
  17. @property(nonatomic,strong)NSString *invoiceStatus;
  18. @end