namespace Dao { public class GwRealtimeStatisItemIn { public int ApID { get; set; } public int ApInCount { get; set; } public int ApPendingCount { get; set; } public int ApInThreshold { get; set; } public int ApPendingThreshold { get; set; } public string ApName { get; set; } } }