InventoryAnalysisSearchModel.h 351 B

1234567891011121314
  1. //
  2. // InventoryAnalysisSearchModel.h
  3. // IBOSS
  4. //
  5. // Created by ssl on 2018/1/4.
  6. // Copyright © 2018年 elongtian. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #define INVENTORY_ANALYSIS_SEARCH @"INVENTORY_ANALYSIS_SEARCH"
  10. @interface InventoryAnalysisSearchModel : NSObject
  11. @property (nonatomic ,strong) NSString *OperateType;
  12. @end