![JAR search and dependency download from the Maven repository](/logo.png)
cloud.hedou.abp.common.CommonData.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of abp-spring-boot-starter Show documentation
Show all versions of abp-spring-boot-starter Show documentation
When the functions of ABP cannot meet service requirements, the Spring Boot framework can be used to expand its own services to make use of abundant Java frameworks on the market.
package cloud.hedou.abp.common
data class CommonData(
val name: String,
val value: String,
val parentId: String?,
val color: String?,
val category: String?,
val sort: Int,
val description: String?,
val code: String?,
val id: String
) {
override fun toString(): String {
return name
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy