xiazhengtongxue
2026-02-09 e81c782b3e7a632ffb8e32be56fce931a8c89ae6
项目代码/WCSServices/WIDESEAWCS_Model/Models/BasicInfo/Dt_ErrorInfo.cs
@@ -34,5 +34,11 @@
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "閿欒淇℃伅")]
        public string Message { get; set; }
        /// <summary>
        /// 閿欒绫诲瀷
        /// </summary>
        [SugarColumn(IsNullable = true,  ColumnDescription = "閿欒绫诲瀷")]
        public int ErrorType { get; set; }
    }
}