using System;
using System.Collections.Generic;
using System.Text;
namespace TEAMModelOS.SDK.Module.AzureCosmosDBV3
{
public class CosmosDict
{
///
/// 表名方式的连接
///
public Dictionary nameCosmos { get; set; } = new Dictionary();
///
/// 类类型的连接
///
public Dictionary typeCosmos { get; set; } = new Dictionary();
}
}