From e9530a6caef3da0d3aeb33642de6a4b369bd70df Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期三, 19 二月 2025 22:33:53 +0800
Subject: [PATCH] 雅达-新增 In_SemiProd 类及其相关接口和方法

---
 Tiger.IBusiness/Common/IImportExcel.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Tiger.IBusiness/Common/IImportExcel.cs b/Tiger.IBusiness/Common/IImportExcel.cs
index ef4affd..2ba96f0 100644
--- a/Tiger.IBusiness/Common/IImportExcel.cs
+++ b/Tiger.IBusiness/Common/IImportExcel.cs
@@ -10,7 +10,7 @@
 {
     public interface IImportExcel
     {
-        public Task<ApiAction> Import<T>(T newEntity, string jsonStr) where T : class, new();
-        public Task<ApiAction<List<T>>> ValidateTableImport<T>(T newEntity, ImportEntityValidate input);
+        public Task<ApiAction> Import<T>(T newEntity, ImportInput input) where T : class, new();
+        public Task<ApiAction<List<T>>> ValidateTableImport<T>(T newEntity, ImportValidateInput input);
     }
 }

--
Gitblit v1.9.3