|
@@ -99,12 +99,12 @@ namespace OASystem.Domain.Entities.Groups
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "varchar(500)")]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
|
|
|
public string ClientName { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(10,2)")]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "decimal(12,2)")]
|
|
|
public decimal PrePrice { get; set; }
|
|
|
|
|
|
|
|
@@ -114,7 +114,7 @@ namespace OASystem.Domain.Entities.Groups
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(10,2)")]
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "decimal(12,2)")]
|
|
|
public decimal Price { get; set; }
|
|
|
|
|
|
|