BerryService

interface BerryService

树果应用服务

定义树果的查询与写入操作

Inheritors

Functions

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

按筛选条件分页查询树果

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

删除指定 ID 的树果

Link copied to clipboard
abstract fun save(command: SaveBerryInput): BerryView

创建树果

Link copied to clipboard
abstract fun update(command: UpdateBerryInput): BerryView

更新树果