From 9ef15e979f34ddd4010180cf67ac269ab4ce568c Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期三, 08 五月 2024 11:39:17 +0800
Subject: [PATCH] Smt更新

---
 Tiger.IBusiness/MES/SMT/ISmtTool.cs   |   16 ++++++++++++++++
 Tiger.Business/MES/SMT/Biz.SmtTool.cs |   41 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+), 0 deletions(-)

diff --git a/Tiger.Business/MES/SMT/Biz.SmtTool.cs b/Tiger.Business/MES/SMT/Biz.SmtTool.cs
new file mode 100644
index 0000000..0827d74
--- /dev/null
+++ b/Tiger.Business/MES/SMT/Biz.SmtTool.cs
@@ -0,0 +1,41 @@
+锘縰sing Tiger.Model;
+using SqlSugar;
+using System;
+using System.Collections.Generic;
+using System.Linq.Expressions;
+using System.Text;
+using System.Threading.Tasks;
+using Rhea.Common;
+using System.Net;
+using System.Linq;
+using Newtonsoft.Json;
+using Tiger.IBusiness;
+using static Tiger.Business.Biz;
+using Microsoft.AspNetCore.Http;
+
+namespace Tiger.Business
+{
+    public partial class Biz
+    {
+        /// <summary>
+        /// 宸ュ叿绠$悊
+        /// </summary>
+        public partial class SmtTool : ISmtTool
+        {
+            /// <summary>
+            /// 鑾峰彇鏈笂鏂欏垪琛�
+            /// </summary>
+            /// <param name="itemCode"></param>
+            /// <param name="lineCode"></param>
+            /// <param name="pcbSurface"></param>
+            /// <param name="moCode"></param>
+            /// <param name="machineCode"></param>
+            /// <returns></returns>
+            /// <exception cref="NotImplementedException"></exception>
+            public Task<ApiAction<SMT_PROD_TABLE>> GetNotLoadingMaterial(string itemCode, string lineCode, string pcbSurface, string moCode, string machineCode = null)
+            {
+                throw new NotImplementedException();
+            }
+        }
+    }
+}
diff --git a/Tiger.IBusiness/MES/SMT/ISmtTool.cs b/Tiger.IBusiness/MES/SMT/ISmtTool.cs
new file mode 100644
index 0000000..177a61b
--- /dev/null
+++ b/Tiger.IBusiness/MES/SMT/ISmtTool.cs
@@ -0,0 +1,16 @@
+锘縰sing Rhea.Common;
+using System;
+using System.Collections.Generic;
+using System.Data;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using Tiger.Model;
+
+namespace Tiger.IBusiness
+{
+    public interface ISmtTool
+    {
+        public Task<ApiAction<SMT_PROD_TABLE>> GetNotLoadingMaterial(string itemCode, string lineCode, string pcbSurface, string moCode, string? machineCode = null);
+    }
+}

--
Gitblit v1.9.3