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

org.microjservice.lark.api.models.BaseResponse.kt Maven / Gradle / Ivy

There is a newer version: 0.1.7
Show newest version
package org.microjservice.lark.api.models

import io.micronaut.core.annotation.Introspected

/**
 * List Response
 *
 * @author Coder Yellow
 * @since 0.1.0
 */
@Introspected
open class BaseResponse(
    code: Int,
    msg: String,
    val data: T,
) : Response(code, msg)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy