| 12345678910111213141516 |
- //
- // CGPurchaseintentionViewController.h
- // jitao
- //
- // Created by 罗云飞 on 2017/12/27.
- // Copyright © 2017年 罗云飞. All rights reserved.
- //
- #import "NewBasicViewController.h"
- @interface CGPurchaseintentionViewController : NewBasicViewController
- @property(nonatomic,copy)NSString *ID;
- @property(nonatomic,copy)NSString *commodityType;//商品类型
- @end
|