using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HybirdFrameworkServices.Init.Entity
{
public class ChargerStaticInfo
{
///
/// PLC管理
///
public static readonly ConcurrentDictionary PlcInfos =
new ConcurrentDictionary();
}
}