consume

@Transactional(rollbackFor = [Exception::class])
open fun consume(playerId: Long, itemId: Long, count: Int = 1)