StatService

interface StatService

能力值服务

Inheritors

Functions

Link copied to clipboard
abstract fun listByCondition(specification: StatSpecification): List<StatView>

根据条件查询能力值列表

Link copied to clipboard
abstract fun listCoreStats(): List<Stat>

查询核心能力值列表

Link copied to clipboard
abstract fun removeById(id: Long)

按 ID 删除能力值

Link copied to clipboard
abstract fun save(command: SaveStatInput): StatView

保存能力值

Link copied to clipboard
abstract fun update(command: UpdateStatInput): StatView

更新能力值