From 27f9d29760ee5457d7c0cb9e12cacab33c08eaea Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期四, 06 三月 2025 19:37:01 +0800
Subject: [PATCH] 更新WMS实体

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