using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace OpcAccess.Access.Entity { /// /// OPC项 /// public class OpcItemEntity { /// /// OPC的db块地址 /// public string Db { get; set; } } }