com.github.lsqlebai.curd.CURDMapper.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of server-common Show documentation
Show all versions of server-common Show documentation
An kotlin server common jar
package com.github.lsqlebai.curd
interface CURDMapper- {
fun create(item: Item)
fun update(item: Item)
fun delete(id: Int)
fun listByParent(id: Int): List
-
fun one(id: Int): Item?
fun listAll(): List
-
fun list(): List
-
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy