浏览代码

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>