服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
3 天以前 56cd280028c102823fde76a9db84c6a891a8c725
Tiger.Model.Net/Entitys/MES/ParameterEntity/TskParameter.cs
@@ -25,11 +25,12 @@
        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; }
    }
}