using System; using System.Collections.Generic; using System.Text; namespace DllEapEntity.OFILM { public class EqpStatusDataList { public List<BIMachineStatus> EesEqpDataList { get; set; } } }