This commit is contained in:
sunkaixuan
2017-10-11 11:19:45 +08:00
parent eb87fbb500
commit 7aadc05977
6 changed files with 355 additions and 11 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SqlSugar.Extensions
{
public class RedisCache
{
}
}