using System; using System.Collections.Generic; using System.Text; namespace DllEapEntity.OFILM { public class MacInfo { public string EquipmentID { get; set; } public int MacId { get; set; } public string Pcode { get; set; } public IEnumerable parameters { get; set; } } }