public async Task BatchDelete(List <Guid> input) { // TODO:批量删除前的逻辑判断,是否允许删除 await _tagManager.BatchDelete(input); }