BerryFlavorService

树果风味服务

Inheritors

Functions

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

按条件分页查询树果风味

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

按 ID 删除树果风味

Link copied to clipboard
abstract fun save(berryFlavor: BerryFlavor): BerryFlavor

保存树果风味

Link copied to clipboard
abstract fun update(berryFlavor: BerryFlavor): BerryFlavor

更新树果风味