From c4c64129aef67b4127cf141c91205da10ebf482b Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期二, 15 四月 2025 13:29:06 +0800
Subject: [PATCH] 显示了分隔符号
---
DevApp/Gs.DevApp/Entity/XlsOutModel.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/DevApp/Gs.DevApp/Entity/XlsOutModel.cs b/DevApp/Gs.DevApp/Entity/XlsOutModel.cs
index 372cf57..0020481 100644
--- a/DevApp/Gs.DevApp/Entity/XlsOutModel.cs
+++ b/DevApp/Gs.DevApp/Entity/XlsOutModel.cs
@@ -8,17 +8,17 @@
/// <param name="_outWhere">鏉′欢</param>
/// <param name="_outSortName">鎺掑簭瀛楁</param>
/// <param name="_outSortOrder">鎺掑簭</param>
- public XlsOutModel(string _outView = "", string _outWhere = "",
+ public XlsOutModel(string _outParameter = "", string _outWhere = "",
string _outSortName = "", string _outSortOrder = "")
{
- outView = _outView;
+ outParameter = _outParameter;
outWhere = _outWhere;
outSortName = _outSortName;
outSortOrder = _outSortOrder;
}
- public string outView { get; set; }
+ public string outParameter { get; set; }
public string outWhere { get; set; }
--
Gitblit v1.9.3