TypeDamageRelationServiceImpl

属性克制关系服务实现

Constructors

Link copied to clipboard
constructor(typeDamageRelationRepository: TypeDamageRelationRepository)

Functions

Link copied to clipboard
open override fun getPageByCondition(attackingTypeId: Long?, defendingTypeId: Long?, multiplier: Float?, pageable: Pageable): Page<TypeDamageRelation>

按条件分页查询属性克制关系

Link copied to clipboard
open override fun listByCondition(attackingTypeId: Long?, defendingTypeId: Long?, multiplier: Float?): List<TypeDamageRelation>

根据条件查询属性克制关系列表

Link copied to clipboard
open override fun removeById(id: TypeDamageRelationId)

按 ID 删除属性克制关系

Link copied to clipboard
open override fun save(relation: TypeDamageRelation): TypeDamageRelation

保存属性克制关系

Link copied to clipboard
open override fun update(relation: TypeDamageRelation): TypeDamageRelation

更新属性克制关系