PurchaseViewController.h 332 Bytes
//
//  PurchaseViewController.h
//  XFFruit
//
//  Created by 陈俊俊 on 15/8/23.
//  Copyright (c) 2015年 Xummer. All rights reserved.
//

#import "ICRBaseViewController.h"

@interface PurchaseViewController : ICRBaseViewController

@property (nonatomic,strong)NSString *assessorVendor;//从审核采购单跳转过来的

@end