Update mongodb

This commit is contained in:
sunkaixuan
2025-07-03 16:57:41 +08:00
parent 94ad0e0fc2
commit 9ee5c68de8
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
using MongoDB.Bson;
using System;
using System.Collections.Generic;
using System.Text;
namespace SqlSugar.MongoDb
{
public class ObjectIdArray
{
}
}