CreatureColorService

生物颜色服务

Inheritors

Functions

Link copied to clipboard
abstract fun listByCondition(specification: CreatureColorSpecification): List<CreatureColorView>

按筛选条件查询生物颜色列表

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

删除指定 ID 的生物颜色

Link copied to clipboard
abstract fun save(command: SaveCreatureColorInput): CreatureColorView

创建生物颜色

Link copied to clipboard
abstract fun update(command: UpdateCreatureColorInput): CreatureColorView

更新生物颜色