using System; using System.Collections.Generic; using System.Text; namespace MQMonitor.Config { public class AppConfig { public int Interval { get; set; } public int MaxQueueCount { get; set; } } }