15 lines
221 B
Kotlin
15 lines
221 B
Kotlin
![]() |
package cn.trans88.taxiappkotlin.net
|
|||
|
|
|||
|
import com.zhouyou.http.model.ApiResult
|
|||
|
|
|||
|
/**
|
|||
|
*
|
|||
|
* @Author: LJH
|
|||
|
* @Time: 2024/2/28
|
|||
|
* @description:
|
|||
|
*/
|
|||
|
class EasyHttpResult<T> :ApiResult<T>(){
|
|||
|
|
|||
|
var message:String = ""
|
|||
|
|
|||
|
}
|