服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2025-03-08 c267f7c90b46efa192bd3d790691118e521510c8
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; }
    }
}