TypeService

interface TypeService

属性应用服务

Inheritors

Functions

Link copied to clipboard
abstract fun getPageByCondition(type: Type, pageable: Pageable): Page<Type>

按筛选条件分页查询属性

Link copied to clipboard
abstract fun listByCondition(type: Type): List<Type>

按筛选条件查询属性列表

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

删除指定 ID 的属性

Link copied to clipboard
abstract fun save(type: Type): Type

创建属性

Link copied to clipboard
abstract fun update(type: Type): Type

更新属性