ExistResponse.kt 198 Bytes
Newer Older
1 2 3 4 5 6 7 8
package com.yidianling.user.http.response

/**
 * author : Zhangwenchao
 * e-mail : zhangwch@yidianling.com
 * time   : 2018/02/03
 */
data class ExistResponse(val isExist: Int) // 0不存在1存在