MoveAilmentService

招式异常服务

Inheritors

Functions

Link copied to clipboard
abstract fun listByCondition(specification: MoveAilmentSpecification): List<MoveAilmentView>
Link copied to clipboard
abstract fun removeById(id: Long)
Link copied to clipboard
abstract fun save(command: SaveMoveAilmentInput): MoveAilmentView
Link copied to clipboard
abstract fun update(command: UpdateMoveAilmentInput): MoveAilmentView