宁波既有建筑外墙脱落问卷调查

This commit is contained in:
范露尧
2023-06-28 23:07:04 +08:00
parent 22d312934d
commit 352c658960
62 changed files with 3721 additions and 611 deletions

View File

@@ -1,6 +1,7 @@
using Furion.DependencyInjection;
using Microsoft.Extensions.Options;
using System;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
@@ -62,6 +63,11 @@ namespace Ewide.Core
return RedisHelper.Get<T>(key);
}
public List<string> GetAllKeys()
{
throw new NotImplementedException();
}
public Task<string> GetAsync(string key)
{
return RedisHelper.GetAsync(key);