username@email.com
2024-10-29 a5851a4e906725b868bcfdaa8c59249523137586
CoreCms.Net.Model/Entities/Order/CoreCmsPlanOrder.cs
@@ -225,5 +225,31 @@
        public System.Decimal huaFeiAmount { get; set; }
        /// <summary>
        /// 调整订单金额
        /// </summary>
        [SugarColumn(IsIgnore = true)]
        public System.Decimal orderAmounts { get; set; }
        /// <summary>
        /// 计划订单金额
        /// </summary>
        [SugarColumn(IsIgnore = true)]
        public System.Decimal oldOrderAmounts { get; set; }
        /// <summary>
        /// 可用余额
        /// </summary>
        [SugarColumn(IsIgnore = true)]
        public System.Decimal keYongAmounts { get; set; }
    }
}