From dbafcedefd3840d48b978de50141a15cffcc1e09 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期五, 25 十月 2024 09:59:33 +0800
Subject: [PATCH] Merge branch 'master' of http://43.142.96.171:8080/r/~tjx/GsMesClient
---
DevApp/Gs.DevApp/Entity/XlsOutModel.cs | 24 ++++++++----------------
1 files changed, 8 insertions(+), 16 deletions(-)
diff --git a/DevApp/Gs.DevApp/Entity/XlsOutModel.cs b/DevApp/Gs.DevApp/Entity/XlsOutModel.cs
index 00cf854..372cf57 100644
--- a/DevApp/Gs.DevApp/Entity/XlsOutModel.cs
+++ b/DevApp/Gs.DevApp/Entity/XlsOutModel.cs
@@ -1,26 +1,20 @@
-锘縰sing System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace Gs.DevApp.Entity
+锘縩amespace Gs.DevApp.Entity
{
internal class XlsOutModel
{
/// <summary>
- ///
/// </summary>
/// <param name="_outView">瀵瑰簲瑙嗗浘</param>
/// <param name="_outWhere">鏉′欢</param>
/// <param name="_outSortName">鎺掑簭瀛楁</param>
/// <param name="_outSortOrder">鎺掑簭</param>
- public XlsOutModel(string _outView = "", string _outWhere = "", string _outSortName = "", string _outSortOrder = "")
+ public XlsOutModel(string _outView = "", string _outWhere = "",
+ string _outSortName = "", string _outSortOrder = "")
{
- this.outView = _outView;
- this.outWhere = _outWhere;
- this.outSortName = _outSortName;
- this.outSortOrder = _outSortOrder;
+ outView = _outView;
+ outWhere = _outWhere;
+ outSortName = _outSortName;
+ outSortOrder = _outSortOrder;
}
@@ -34,7 +28,5 @@
public string outSortOrder { get; set; }
-
-
}
-}
+}
\ No newline at end of file
--
Gitblit v1.9.3