CreatureShapeService

生物形状服务

Inheritors

Functions

Link copied to clipboard
abstract fun listByCondition(specification: CreatureShapeSpecification): List<CreatureShapeView>

按筛选条件查询生物形状列表

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

删除指定 ID 的生物形状

Link copied to clipboard
abstract fun save(command: SaveCreatureShapeInput): CreatureShapeView

创建生物形状

Link copied to clipboard
abstract fun update(command: UpdateCreatureShapeInput): CreatureShapeView

更新生物形状