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
/
NatureService
Nature
Service
interface
NatureService
性格服务
Inheritors
NatureServiceImpl
Members
Functions
list
By
Condition
Link copied to clipboard
abstract
fun
listByCondition
(
specification
:
NatureSpecification
)
:
List
<
NatureView
>
按筛选条件查询性格列表
remove
By
Id
Link copied to clipboard
abstract
fun
removeById
(
id
:
Long
)
删除指定 ID 的性格
save
Link copied to clipboard
abstract
fun
save
(
command
:
SaveNatureInput
)
:
NatureView
创建性格
update
Link copied to clipboard
abstract
fun
update
(
command
:
UpdateNatureInput
)
:
NatureView
更新性格