fuookami.ospf.kotlin.framework.persistence.Request.kt Maven / Gradle / Ivy
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