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
/
TypeService
Type
Service
interface
TypeService
属性应用服务
Inheritors
TypeServiceImpl
Members
Functions
list
By
Condition
Link copied to clipboard
abstract
fun
listByCondition
(
specification
:
TypeSpecification
)
:
List
<
TypeView
>
按筛选条件查询属性列表
remove
By
Id
Link copied to clipboard
abstract
fun
removeById
(
id
:
Long
)
删除指定 ID 的属性
save
Link copied to clipboard
abstract
fun
save
(
command
:
SaveTypeInput
)
:
TypeView
创建属性
update
Link copied to clipboard
abstract
fun
update
(
command
:
UpdateTypeInput
)
:
TypeView
更新属性