removeById

@Transactional(rollbackFor = [Exception::class])
open override fun removeById(id: Long)

删除指定 ID 的效果定义。