From f2b71fe1d3c2b7651d525a5b5bbe66fad602ea06 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期二, 09 九月 2025 18:46:28 +0800
Subject: [PATCH] 代码清理

---
 WebApi/Gs.Sys/Models/SysLogOperation.cs |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/WebApi/Gs.Sys/Models/SysLogOperation.cs b/WebApi/Gs.Sys/Models/SysLogOperation.cs
index dad06d7..cd3e342 100644
--- a/WebApi/Gs.Sys/Models/SysLogOperation.cs
+++ b/WebApi/Gs.Sys/Models/SysLogOperation.cs
@@ -82,36 +82,37 @@
 
 
     /// <summary>
-    ///     
     /// </summary>
     [SugarColumn(ColumnName = "SEND_JSON")]
     public string? SendJson { get; set; }
 
 
     /// <summary>
-    ///    
     /// </summary>
     [SugarColumn(ColumnName = "RTN_JSON")]
     public string? RtnJson { get; set; }
 
     /// <summary>
-    ///    鏄惁鍙戦�乪rp
+    ///     鏄惁鍙戦�乪rp
     /// </summary>
     [SugarColumn(ColumnName = "IS_ERP")]
     public bool? IsErp { get; set; }
 
     /// <summary>
-    ///    鍙戦�佺粨鏋�
+    ///     鍙戦�佺粨鏋�
     /// </summary>
     [SugarColumn(ColumnName = "IS_SUCCESS")]
     public bool? IsSuccess { get; set; }
 
     /// <summary>
-    /// 琛岄鑹�0姝e父锛�1绾㈣壊
+    ///     琛岄鑹�0姝e父锛�1绾㈣壊
     /// </summary>
-    [SugarColumn(IsIgnore = true)] public int? isRed { get; set; }
+    [SugarColumn(IsIgnore = true)]
+    public int? isRed { get; set; }
+
     /// <summary>
-    /// 鍙戦�乪rp缁撴灉
+    ///     鍙戦�乪rp缁撴灉
     /// </summary>
-    [SugarColumn(IsIgnore = true)] public string? isErpDetail { get; set; }
+    [SugarColumn(IsIgnore = true)]
+    public string? isErpDetail { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3