´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_InterfaceLog.cs
@@ -51,6 +51,12 @@
        public int PushState { get; set; } = 0;
        /// <summary>
        /// è¯·æ±‚方用户IP
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "请求方用户IP")]
        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 = "备注")]