diff --git a/Framework/YLErp.Core/DBModels/SwapRate.cs b/Framework/YLErp.Core/DBModels/SwapRate.cs index 452d1a26..3e4ebd0d 100644 --- a/Framework/YLErp.Core/DBModels/SwapRate.cs +++ b/Framework/YLErp.Core/DBModels/SwapRate.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; @@ -58,13 +58,7 @@ namespace YLErp.DBModels [DataChange] public decimal? TempRate { get; set; } - /// - /// 线下费率 - /// - [DisplayName("线下费率")] - [Column("off_line_rate")] - [DataChange] - public decimal? OffLineRate { get; set; } + /// /// 基础费率百分比