From 62a49c78f68579a2dd51372526bef6939aa927bb Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期三, 12 三月 2025 14:54:18 +0800
Subject: [PATCH] 雅达-新增MES相关类以扩展项目功能

---
 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