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存在