StatService

interface StatService

能力值服务

Inheritors

Functions

Link copied to clipboard
abstract fun getPageByCondition(stat: Stat, pageable: Pageable): Page<Stat>

按条件分页查询能力值

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

根据条件查询能力值列表

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

按 ID 删除能力值

Link copied to clipboard
abstract fun save(stat: Stat): Stat

保存能力值

Link copied to clipboard
abstract fun update(stat: Stat): Stat

更新能力值