TypeService

interface TypeService

属性应用服务

Inheritors

Functions

Link copied to clipboard
abstract fun listByCondition(specification: TypeSpecification): List<TypeView>

按筛选条件查询属性列表

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

删除指定 ID 的属性

Link copied to clipboard
abstract fun save(command: SaveTypeInput): TypeView

创建属性

Link copied to clipboard
abstract fun update(command: UpdateTypeInput): TypeView

更新属性