移动系统liao
2024-11-12 1cb49b04ae6709e6054c328f5ed12bff9ca014c8
CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs
@@ -18,7 +18,7 @@
    /// <summary>
    /// 订单表
    /// </summary>
    [SqlCodeFirst]
    //[SqlCodeFirst]
    public partial class CoreCmsOrder
    {
        /// <summary>
@@ -577,7 +577,6 @@
        [SugarColumn(ColumnDescription = "原订单ID", IsNullable = true)]
        public string  oldOderId { get; set; }
    }
}