1
dengjunjie
19 小时以前 1843907a532b6796386b42082a1e6aa1b3da2742
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_InterfaceLog.cs
@@ -69,12 +69,6 @@
        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 = "接收方")]
@@ -87,6 +81,12 @@
        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 = "响应参数哈希值")]