From af5f1cebacbff5f03b77eed92425312857c83ed1 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期五, 27 十二月 2024 23:05:17 +0800 Subject: [PATCH] 导入Excel通用 --- Tiger.Model.Net/Entitys/ImportEntity.cs | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/Tiger.Model.Net/Entitys/ImportEntity.cs b/Tiger.Model.Net/Entitys/ImportEntity.cs index 27481fe..5bc075c 100644 --- a/Tiger.Model.Net/Entitys/ImportEntity.cs +++ b/Tiger.Model.Net/Entitys/ImportEntity.cs @@ -12,4 +12,11 @@ public string DataTableStr { get; set; } public string[] PARAMS { get; set; } } + + public class ImportEntityValidate + { + public string EntityJson { get; set; } + public string CheckJson { get; set; } + public string where { get; set; } + } } -- Gitblit v1.9.3