MoveDamageClassService

招式伤害分类服务

Inheritors

Functions

Link copied to clipboard
abstract fun getPageByCondition(specification: MoveDamageClassSpecification, pageable: Pageable): Page<MoveDamageClassView>

按条件分页查询招式伤害分类

Link copied to clipboard
abstract fun listByCondition(specification: MoveDamageClassSpecification): List<MoveDamageClassView>

根据条件查询招式伤害分类列表

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

按 ID 删除招式伤害分类

Link copied to clipboard
abstract fun save(command: SaveMoveDamageClassInput): MoveDamageClassView

保存招式伤害分类

Link copied to clipboard
abstract fun update(command: UpdateMoveDamageClassInput): MoveDamageClassView

更新招式伤害分类