using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using SqlSugar;
namespace IStation.DAL
{
///
/// 监测点组
///
public partial class MonitorPointGroup : CorpDAL_TreeSorter_UseStatus_TagName_TerminalId
{
///
///
///
public override ConnectionConfig ConnectionConfig
{
get { return ConfigHelper.DefaultConnectionConfig; }
}
}
}