From b47f3d201af8742375c789e0168c26875e569003 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期日, 09 三月 2025 00:41:28 +0800
Subject: [PATCH] 雅达-更新接收参数以支持动态供应商和接收行

---
 Tiger.Model.Net/Entitys/MES/ParameterEntity/TskParameter.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/Tiger.Model.Net/Entitys/MES/ParameterEntity/TskParameter.cs b/Tiger.Model.Net/Entitys/MES/ParameterEntity/TskParameter.cs
index a84304d..dc31170 100644
--- a/Tiger.Model.Net/Entitys/MES/ParameterEntity/TskParameter.cs
+++ b/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; }
     }
 }

--
Gitblit v1.9.3