ChcekPhoneResponeBean.kt 376 Bytes
Newer Older
1
package com.yidianling.user.http.response
konghaorui committed
2 3 4 5 6 7 8 9 10 11 12 13 14

/**
 * @author jiucheng
 * @描述:
 * @Copyright Copyright (c) 2018
 * @Company 壹点灵
 * @date 2018/12/1
 */
data class ChcekPhoneResponeBean(
        val hasPwd: Int,//是否有密码  1 是  0 否
        val isDoctor: Int,//是否是专家账号  1 是  0 否
        val isRegistered: Int//是否已经注册  1 是  0 否
)