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
/
GenderService
Gender
Service
interface
GenderService
性别服务
Inheritors
GenderServiceImpl
Members
Functions
list
By
Condition
Link copied to clipboard
abstract
fun
listByCondition
(
specification
:
GenderSpecification
)
:
List
<
GenderView
>
按筛选条件查询性别列表
remove
By
Id
Link copied to clipboard
abstract
fun
removeById
(
id
:
Long
)
删除指定 ID 的性别
save
Link copied to clipboard
abstract
fun
save
(
command
:
SaveGenderInput
)
:
GenderView
创建性别
update
Link copied to clipboard
abstract
fun
update
(
command
:
UpdateGenderInput
)
:
GenderView
更新性别