RedPacketId.kt 258 Bytes
Newer Older
konghaorui committed
1 2 3 4 5 6 7 8 9 10 11
package com.yidianling.user.mine.bean

/**
 * Created by hgw on 2018/3/23.
 */
class RedPacketId {
    var payId: String? = null//支付id
    var money: String? = null//红包金额
    var title: String? = null
    var pocket_id: String? = null//红包id
}