namespace IStation.Settings { /// /// /// public class Paras_Task { /// /// /// public string MinuteCron { get; set; } = "4 * * * * ?"; } }