This commit is contained in:
sunkaixuan
2017-09-17 00:37:12 +08:00
parent 18adc06243
commit e7ddef1bee
4 changed files with 56 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ using System.Linq;
using System.Linq.Expressions;
using System.Text;
namespace SqlSugar.ExpressionsToSql.Subquery
namespace SqlSugar
{
public class SubWhere: ISubOperation
{