From 9265301c1655fffdc71cca7b0e0cfab1af89afeb Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期四, 16 四月 2026 19:07:48 +0800
Subject: [PATCH] 添加接口日志配置文件,优化接口日志记录方法,优化获取阻碍托生成移库任务方法
---
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_InterfaceLog.cs | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_InterfaceLog.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_InterfaceLog.cs"
index 176cd09..7d07c19 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_InterfaceLog.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_InterfaceLog.cs"
@@ -51,6 +51,12 @@
public int PushState { get; set; } = 0;
/// <summary>
+ /// 璇锋眰鏂圭敤鎴稩P
+ /// </summary>
+ [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "璇锋眰鏂圭敤鎴稩P")]
+ public string RequestorUserIP { get; set; }
+
+ /// <summary>
/// 璇锋眰鏂�
/// </summary>
[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "璇锋眰鏂�")]
@@ -63,6 +69,12 @@
public string RequestParameters { get; set; }
/// <summary>
+ /// 璇锋眰鍙傛暟鍝堝笇鍊硷紙鐢ㄤ簬绱㈠紩鍜屽幓閲嶏級
+ /// </summary>
+ [SugarColumn(IsNullable = true, Length = 64, ColumnDescription = "璇锋眰鍙傛暟鍝堝笇鍊�")]
+ public string RequestParametersHash { get; set; }
+
+ /// <summary>
/// 鎺ユ敹鏂�
/// </summary>
[SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鎺ユ敹鏂�")]
@@ -75,6 +87,12 @@
public string ResponseParameters { get; set; }
/// <summary>
+ /// 鍝嶅簲鍙傛暟鍝堝笇鍊硷紙鐢ㄤ簬绱㈠紩鍜屽幓閲嶏級
+ /// </summary>
+ [SugarColumn(IsNullable = true, Length = 64, ColumnDescription = "鍝嶅簲鍙傛暟鍝堝笇鍊�")]
+ public string ResponseParametersHash { get; set; }
+
+ /// <summary>
/// 澶囨敞
/// </summary>
[SugarColumn(IsNullable = true, Length = 100, ColumnDescription = "澶囨敞")]
--
Gitblit v1.9.3