// // GXFProcessBillCell.h // XFFruit // // Created by freecui on 15/9/7. // Copyright (c) 2015年 Xummer. All rights reserved. // #import #import "GXFProcessBill.h" @interface GXFProcessCell : UITableViewCell @property (nonatomic,strong)UILabel *billNumberLabel;//加工单号 @property (nonatomic,strong)UILabel *titleLabel;//标题 //@property (nonatomic,strong)UILabel *noticeNumberLabel;//采购通知单号 @property (nonatomic,strong)UILabel *createOperNameLabel;//创建人 @property (nonatomic,strong)UILabel *createTimeLabel;//创建时间 @property (nonatomic,strong)UILabel *lineLabel; @property (nonatomic,strong)UIButton *stateBtn; @property (nonatomic,strong)GXFProcessBill *processBill; @end