TaskExecutor

@Entity
data class TaskExecutor(var id: Long, val type: TaskExecutorType, val createTime: Instant, val ownerTenantId: Int, val ownerUserId: Int)

Constructors

Link copied to clipboard
constructor(id: Long, type: TaskExecutorType, createTime: Instant, ownerTenantId: Int, ownerUserId: Int)

Properties

Link copied to clipboard
Link copied to clipboard
var id: Long
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard