1
z8018
2025-06-10 e46aa927d231af83724683c7286d9db503e24cf7
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/Sys_Log.cs
@@ -44,13 +44,13 @@
        /// <summary>
        /// 璇锋眰鍙傛暟
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 2000, ColumnDescription = "璇锋眰鍙傛暟")]
        [SugarColumn(IsNullable = true, Length = int.MaxValue, ColumnDescription = "璇锋眰鍙傛暟")]
        public string RequestParam { get; set; }
        /// <summary>
        /// 鍝嶅簲鍙傛暟
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 2000, ColumnDescription = "鍝嶅簲鍙傛暟")]
        [SugarColumn(IsNullable = true, Length = int.MaxValue, ColumnDescription = "鍝嶅簲鍙傛暟")]
        public string ResponseParam { get; set; }
        /// <summary>