// // JSXQdetailCell.h // jitao // // Created by 罗云飞 on 2018/8/17. // Copyright © 2018年 罗云飞. All rights reserved. // #import @interface JSXQdetailCell : UITableViewCell @property(nonatomic,copy)UILabel *biaoti; @property(nonatomic,copy)UILabel *shouchangNumber; @property(nonatomic,copy)UILabel *dingdanNumber; @property(nonatomic,copy)UILabel *stauts; @property(nonatomic,copy)UILabel *xuqiuleixing; @property(nonatomic,copy)UILabel *suoshuhangye; @property(nonatomic,copy)UILabel *guanjianci; @property(nonatomic,copy)UILabel *jiaoyijiage; @property(nonatomic,copy)UILabel *xuqiuneirong; @property(nonatomic,copy)UIButton *shouchangBT; @end