All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hxl.miniapi.http.BeanHttpResponse.kt Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
package com.hxl.miniapi.http

/**
* @description: 带有数据和状态码的响应
* @date: 2022/10/5 上午11:01
*/

class BeanHttpResponse( code:Int,val data:Any?):BaseHttpResponse(code) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy