BerryFlavor

@Entity
interface BerryFlavor

Inheritors

Properties

Link copied to clipboard
@Id
abstract val id: Long

ID

Link copied to clipboard
abstract val internalName: String?

内部名称

Link copied to clipboard
abstract val name: String?

名称

Functions

Link copied to clipboard
@GeneratedBy(type = BerryFlavor::class)
fun BerryFlavor.copy(resolveImmediately: Boolean = false, block: BerryFlavorDraft.() -> Unit): BerryFlavor