ExistParam.kt 230 Bytes
Newer Older
1
package com.yidianling.user.http.request
konghaorui committed
2 3 4 5 6 7 8 9

/**
 * author : Zhangwenchao
 * e-mail : zhangwch@yidianling.com
 * time   : 2018/02/03
 */
data class ExistParam(val country_code: String,
                           val userName: String)