|
@@ -26,12 +26,12 @@ namespace OASystem.Domain.Entities.Groups
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
|
|
public string GroupDate { get; set; }
|
|
public string GroupDate { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
|
|
public string GroupLvl { get; set; }
|
|
public string GroupLvl { get; set; }
|
|
|
|
|
|
|
|
|
|
@@ -46,7 +46,7 @@ namespace OASystem.Domain.Entities.Groups
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
|
|
public string WageYearMonth { get; set; }
|
|
public string WageYearMonth { get; set; }
|
|
|
|
|
|
|
|
|