宁波既有建筑外墙脱落问卷调查
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user