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

fuookami.ospf.kotlin.framework.persistence.Request.kt Maven / Gradle / Ivy

There is a newer version: 1.0.31
Show newest version
package fuookami.ospf.kotlin.framework.persistence

import fuookami.ospf.kotlin.utils.math.*

interface RequestDTO> {
    val id: String
}

interface ResponseDTO> {
    val id: String
    val code: UInt64
    val msg: String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy