Update mongodb

This commit is contained in:
sunkaixuan 2025-05-04 20:35:44 +08:00
parent d24378f2ad
commit 03cb3ee32b
7 changed files with 10 additions and 16 deletions

View File

@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace SqlSugar.MongoDbCore.ExpToSql.Context namespace SqlSugar.MongoDbCore
{ {
public class ExpressionVisitorContext public class ExpressionVisitorContext
{ {

View File

@ -2,7 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
namespace SqlSugar.MongoDbCore.ExpToSql.Context namespace SqlSugar.MongoDbCore
{ {
public class MongoNestedTranslatorContext public class MongoNestedTranslatorContext
{ {

View File

@ -1,6 +1,4 @@
using Newtonsoft.Json.Linq; using Newtonsoft.Json.Linq;
using SqlSugar.MongoDbCore.ExpToSql.Context;
using SqlSugar.MongoDbCore.ExpToSql.VisitorItems;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq.Expressions; using System.Linq.Expressions;

View File

@ -2,8 +2,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
using System.Linq.Expressions; using System.Linq.Expressions;
using Newtonsoft.Json.Linq; using Newtonsoft.Json.Linq;
using SqlSugar.MongoDbCore.ExpToSql.Context;
namespace SqlSugar.MongoDbCore namespace SqlSugar.MongoDbCore
{ {

View File

@ -1,12 +1,11 @@
using MongoDB.Driver; using MongoDB.Driver;
using Newtonsoft.Json.Linq; using Newtonsoft.Json.Linq;
using SqlSugar.MongoDbCore.ExpToSql.Context;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq.Expressions; using System.Linq.Expressions;
using System.Text; using System.Text;
namespace SqlSugar.MongoDbCore.ExpToSql.VisitorItems namespace SqlSugar.MongoDbCore
{ {
public class BinaryExpressionTranslator public class BinaryExpressionTranslator
{ {

View File

@ -1,11 +1,10 @@
using Newtonsoft.Json.Linq; using Newtonsoft.Json.Linq;
using SqlSugar.MongoDbCore.ExpToSql.Context;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq.Expressions; using System.Linq.Expressions;
using System.Text; using System.Text;
namespace SqlSugar.MongoDbCore.ExpToSql.VisitorItems namespace SqlSugar.MongoDbCore
{ {
public class FieldPathExtractor public class FieldPathExtractor
{ {

View File

@ -1,11 +1,10 @@
using Newtonsoft.Json.Linq; using Newtonsoft.Json.Linq;
using SqlSugar.MongoDbCore.ExpToSql.Context;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq.Expressions; using System.Linq.Expressions;
using System.Text; using System.Text;
namespace SqlSugar.MongoDbCore.ExpToSql.VisitorItems namespace SqlSugar.MongoDbCore
{ {
public class ValueExtractor public class ValueExtractor
{ {