소스 검색

decimal(18,2)

jiangjc 1 년 전
부모
커밋
d206cb5061
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      OASystem/OASystem.Domain/Entities/Financial/Fin_DailyFeePaymentContent.cs

+ 1 - 1
OASystem/OASystem.Domain/Entities/Financial/Fin_DailyFeePaymentContent.cs

@@ -27,7 +27,7 @@ namespace OASystem.Domain.Entities.Financial
         /// <summary>
         /// 数量
         /// </summary>
-        [SugarColumn(IsNullable = true, ColumnDataType = "decimal(9,2)")]
+        [SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
         public decimal Quantity { get; set; }
 
         /// <summary>