using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace M423project { public struct SystemRunMode { public bool runMode { get; set; } public ushort runTimes { get; set; } /// /// 重复性 /// public bool Repeat { get; set; } } }