ItemAttribute

@Entity
interface ItemAttribute

Inheritors

Properties

Link copied to clipboard
abstract val description: String?

描述

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 = ItemAttribute::class)
fun ItemAttribute.copy(resolveImmediately: Boolean = false, block: ItemAttributeDraft.() -> Unit): ItemAttribute