ItemCategoryService

道具类别服务

Inheritors

Functions

Link copied to clipboard
abstract fun listByCondition(specification: ItemCategorySpecification): List<ItemCategoryView>
Link copied to clipboard
abstract fun removeById(id: Long)
Link copied to clipboard
abstract fun save(command: SaveItemCategoryInput): ItemCategoryView
Link copied to clipboard
abstract fun update(command: UpdateItemCategoryInput): ItemCategoryView