ソースを参照

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>