PriceSettingViewController.h 389 B

12345678910111213141516
  1. //
  2. // PriceSetting.h
  3. // iSales-NPD
  4. //
  5. // Created by Jack on 2016/10/11.
  6. // Copyright © 2016年 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface PriceSettingViewController : UIViewController
  10. @property (nonatomic,assign) NSInteger priceType;///< 0提货价、1统一卖价、 2计算价
  11. @property (nonatomic,assign) BOOL showPrice;
  12. @end