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

cn.bestwu.generator.database.domain.Indexed.kt Maven / Gradle / Ivy

There is a newer version: 0.0.55
Show newest version
package cn.bestwu.generator.database.domain
data class Indexed(
        val name: String,
        val unique: Boolean = false,
        val columnName: MutableList = mutableListOf()
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy