ItemPocketService

道具口袋服务

Inheritors

Functions

Link copied to clipboard
abstract fun listByCondition(specification: ItemPocketSpecification): List<ItemPocketView>
Link copied to clipboard
abstract fun removeById(id: Long)
Link copied to clipboard
abstract fun save(command: SaveItemPocketInput): ItemPocketView
Link copied to clipboard
abstract fun update(command: UpdateItemPocketInput): ItemPocketView