namespace HDLCloudMonitor.InfoMonitor.ReqPack { public class ProgramRunStatus { public string ProgramName { get; set; } public int Threads { get; set; } public int Memory { get; set; } } }