服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-02-22 fb726bc28268c7efb73629f6ae12b25232a18538
Tiger.Model.Net/Entitys/MES/ParameterEntity/TskParameter.cs
@@ -24,11 +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_MES_Input input { get; set; }
        public U9C_Base_Input input { get; set; }
    }
}