| 1234567891011121314 |
- //
- // InventoryAnalysisSearchModel.h
- // IBOSS
- //
- // Created by ssl on 2018/1/4.
- // Copyright © 2018年 elongtian. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #define INVENTORY_ANALYSIS_SEARCH @"INVENTORY_ANALYSIS_SEARCH"
- @interface InventoryAnalysisSearchModel : NSObject
- @property (nonatomic ,strong) NSString *OperateType;
- @end
|