Commit f67b7820 authored by yinjiacheng's avatar yinjiacheng

del 无用类

parent 209c6b84
package com.yidian.common.http
class MobileLoginBean(var request: Request, var response: Response) {
data class Request(var mobile: String?, var code: String?)
data class Response(
val app_id: Int,
val app_name: String,
val avatar: String,
val city_id: String,
val city_name: String,
val gender: String,
val gender_text: String,
val mobile: String,
val nick_name: String,
val user_id: Long
)
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment