YOUPAILCBillDetailVC.h 601 B

12345678910111213141516
  1. //
  2. // YOUPAILCBillDetailVC.h
  3. // LiveChat
  4. //
  5. // Created by 张灿 on 2018/9/17.
  6. // Copyright © 2018年 caicai. All rights reserved.
  7. //
  8. #import "ZCBaseTableVC.h"
  9. @interface YOUPAILCBillDetailVC : ZCBaseTableVC
  10. @property(nonatomic,assign)NSInteger youpaipcate_id; //cate_id 0表示全部 1表示充值 2表示提现 3表示视频 4表示礼物 5表示系统 6表示兑换 7表示私信
  11. @property(nonatomic,assign)NSInteger youpaiptype;//表示资金账户类型0全部 1充值的金额 2收益的金额 3充值的虾币 4收益的虾币
  12. @property(nonatomic,assign)BOOL youpaipnomore;
  13. @end