服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-11-23 defffbf6b1410fe0672d8b25ad8e59cbe49f6c9e
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,12 @@
        public int Minutes { get; set; }
        public int Hours { get; set; }
        public int Days { get; set; }
        public double Interval { get; set; }
    }
    public class TskJobInput
    {
        public bool result { get; set; }
        public U9C_MES_Input input { get; set; }
    }
}