AbilityService

interface AbilityService

特性服务

Inheritors

Functions

Link copied to clipboard
abstract fun listByCondition(specification: AbilitySpecification): List<AbilityView>

按筛选条件查询特性列表

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

删除指定 ID 的特性

Link copied to clipboard
abstract fun save(command: SaveAbilityInput): AbilityView

创建特性

Link copied to clipboard
abstract fun update(command: UpdateAbilityInput): AbilityView

更新特性