服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-03-18 406ac5eb58f06bde155443a34c76fbf187759808
Tiger.Model.Net/Entitys/MES/ParameterEntity/TskParameter.cs
@@ -15,6 +15,7 @@
        public string Remark { get; set; }
        public string NonReentrant { get; set; }
        public DateTime ToRunOnceAtDt { get; set; }
        public DateTime LastRunTime { get; set; }
        public TrigArgs.RunType runType { get; set; }
        public TrigArgs.EveryType type { get; set; }
        public int NowAddMinutes { get; set; } //上面时间加多少分钟,表示延迟多少分钟运行
@@ -23,5 +24,13 @@
        public int Minutes { get; set; }
        public int Hours { get; set; }
        public int Days { get; set; }
        public double Interval { get; set; }
        public string ByInterval { get; set; }
    }
    public class TskJobInput
    {
        public bool result { get; set; }
        public U9C_Base_Input input { get; set; }
    }
}