Update mongodb

This commit is contained in:
sunkaixuan
2025-06-22 10:25:57 +08:00
parent 9e67982ed7
commit d7825aeaf1

View File

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