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