From fe596f9db05103917c9257348edcbd3ecb5b46e8 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期四, 16 四月 2026 19:12:38 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/RuiShengZhiNeng/GaoPuLiTiKu

---
 代码管理/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..dd1b5a3 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 = "璇锋眰鏂�")]
@@ -75,6 +81,18 @@
         public string ResponseParameters { get; set; }
 
         /// <summary>
+        /// 璇锋眰鍙傛暟鍝堝笇鍊硷紙鐢ㄤ簬绱㈠紩鍜屽幓閲嶏級
+        /// </summary>
+        [SugarColumn(IsNullable = true, Length = 64, ColumnDescription = "璇锋眰鍙傛暟鍝堝笇鍊�")]
+        public string RequestParametersHash { 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