From beadde317e6dd4b00d508eb960138cbfb4b5b006 Mon Sep 17 00:00:00 2001
From: YangYuGang <1378265336@qq.com>
Date: 星期一, 17 三月 2025 10:45:38 +0800
Subject: [PATCH] Merge branch 'master' of http://47.115.28.255:8110/r/TigerClouds-Tech/Server/TigerApi6_2024

---
 Tiger.Model.Net/Entitys/ImportEntity.cs |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/Tiger.Model.Net/Entitys/ImportEntity.cs b/Tiger.Model.Net/Entitys/ImportEntity.cs
index 27481fe..7e9d82d 100644
--- a/Tiger.Model.Net/Entitys/ImportEntity.cs
+++ b/Tiger.Model.Net/Entitys/ImportEntity.cs
@@ -12,4 +12,21 @@
         public string DataTableStr { get; set; }
         public string[] PARAMS { get; set; }
     }
+
+    public class BaseImportInput
+    {
+        public string typeFullName { get; set; }
+    }
+
+    public class ImportInput : BaseImportInput
+    {
+        public string EntityJson { get; set; }
+    }
+
+    public class ImportValidateInput: BaseImportInput
+    {
+        public string EntityJson { get; set; }
+        public string CheckJson { get; set; }
+        public string where { get; set; }
+    }
 }

--
Gitblit v1.9.3