Browse Source

decimal(18,2)

jiangjc 1 year ago
parent
commit
d206cb5061

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

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