From 6b57612f6e9f7575d206e82955ffd989faaaf8b3 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期五, 12 九月 2025 13:24:15 +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