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