avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-dataset
/
io.github.lishangbu.avalon.dataset.service
/
BerryFlavorService
Berry
Flavor
Service
interface
BerryFlavorService
树果风味服务
Inheritors
BerryFlavorServiceImpl
Members
Functions
list
By
Condition
Link copied to clipboard
abstract
fun
listByCondition
(
specification
:
BerryFlavorSpecification
)
:
List
<
BerryFlavorView
>
按筛选条件查询树果风味列表
remove
By
Id
Link copied to clipboard
abstract
fun
removeById
(
id
:
Long
)
按 ID 删除树果风味
save
Link copied to clipboard
abstract
fun
save
(
command
:
SaveBerryFlavorInput
)
:
BerryFlavorView
保存树果风味
update
Link copied to clipboard
abstract
fun
update
(
command
:
UpdateBerryFlavorInput
)
:
BerryFlavorView
更新树果风味