소스 검색

团组汇率更改

leiy 1 년 전
부모
커밋
32b1460aa2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>
         /// 其他汇率金额