服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-10-25 0330f4f7dd0d4fcfe3d697c3cd4712cd317718e6
Tiger.Model.Net/Entitys/TSK/TSK_TRIG.cs
@@ -183,6 +183,10 @@
   public class TrigArgs
    {
        public string ToRunNow { get; set; }
        public string ToRunOnceAt { get; set; }
        public DateTime ToRunOnceAtDt { get; set; }
        public int NowAddMinutes { get; set; }
        public int AndEvery { get; set; }
        public int ToRunEvery { get; set; }
        public int ToRunOnceIn { get; set; }
        public string NonReentrant { get; set; } //Y不重复,N重复