小飞侠
2025-09-19 97ac729c2bef48ec6dfceb58e98593fe463c8a6d
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; }
    }
}