9 lines
136 B
Kotlin
9 lines
136 B
Kotlin
package fr.dcproject.entity
|
|
|
|
import fr.postgresjson.entity.EntityI
|
|
import java.util.*
|
|
|
|
interface EntityI : EntityI {
|
|
val id: UUID
|
|
}
|