From 94d0b18fa47a92a1cb4d1fef4520d35ef2c2c322 Mon Sep 17 00:00:00 2001
From: wbc <2597324127@qq.com>
Date: 星期二, 16 十二月 2025 21:56:49 +0800
Subject: [PATCH] 产能排产相关后端更新
---
WebApi/Gs.Sys/Models/SysLogOperation.cs | 17 ++++++++---------
1 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/WebApi/Gs.Sys/Models/SysLogOperation.cs b/WebApi/Gs.Sys/Models/SysLogOperation.cs
index cd3e342..dad06d7 100644
--- a/WebApi/Gs.Sys/Models/SysLogOperation.cs
+++ b/WebApi/Gs.Sys/Models/SysLogOperation.cs
@@ -82,37 +82,36 @@
/// <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