src/main/kotlin/com/flightfeather/grid/vo/BaseResponse.kt
@@ -1,5 +1,6 @@ package com.flightfeather.grid.vo import com.google.gson.Gson import io.swagger.annotations.ApiModel import io.swagger.annotations.ApiModelProperty @@ -19,6 +20,10 @@ message = if (success) "请求成功" else "请求失败" } } override fun toString(): String { return Gson().toJson(this) } } data class DataHead(