Browse Source

团组汇率更改

leiy 1 year ago
parent
commit
32b1460aa2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      OASystem/OASystem.Domain/Entities/Groups/Grp_TeamRate.cs

+ 2 - 2
OASystem/OASystem.Domain/Entities/Groups/Grp_TeamRate.cs

@@ -26,8 +26,8 @@ namespace OASystem.Domain.Entities.Groups
         /// <summary>
         /// 其他汇率名称
         /// </summary>
-        [SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
-        public string? OtherRate { get; set; }
+        [SugarColumn(IsNullable = true, ColumnDataType = "int")]
+        public int OtherRateId { get; set; }
 
         /// <summary>
         /// 其他汇率金额