NatureService

interface NatureService

性格服务

Inheritors

Functions

Link copied to clipboard
abstract fun listByCondition(specification: NatureSpecification): List<NatureView>

按筛选条件查询性格列表

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

删除指定 ID 的性格

Link copied to clipboard
abstract fun save(command: SaveNatureInput): NatureView

创建性格

Link copied to clipboard
abstract fun update(command: UpdateNatureInput): NatureView

更新性格