AskResultBean.kt 195 Bytes
Newer Older
徐健 committed
1 2 3 4 5 6 7 8 9 10 11 12
package com.yidianling.home.model.bean

/**
 * Created by haorui on 2019/2/19.
 * Des:
 */
class AskResultBean {
    /**
     * 点赞接口 1:点赞 2:取消赞
     */
    var status: Int = 0
}