Update mongodb

This commit is contained in:
sunkaixuan
2025-06-22 10:22:04 +08:00
parent e2e74d16bc
commit 9e67982ed7
6 changed files with 59 additions and 10 deletions

View File

@@ -7,6 +7,7 @@ namespace SqlSugar.MongoDb
{
internal static class UtilConstants
{
public const string FieldName= "fieldName";
public const string Dot = ".";
public const char DotChar = '.';
internal const string Space = " ";