Browse Source

修改提成表类型

wangh 1 year ago
parent
commit
521788bc60
1 changed files with 3 additions and 3 deletions
  1. 3 3
      OASystem/OASystem.Domain/Entities/Groups/Grp_Ommission.cs

+ 3 - 3
OASystem/OASystem.Domain/Entities/Groups/Grp_Ommission.cs

@@ -26,12 +26,12 @@ namespace OASystem.Domain.Entities.Groups
         /// <summary>
         /// <summary>
         /// 团组结束时间,即团组最后一天
         /// 团组结束时间,即团组最后一天
         /// </summary>
         /// </summary>
-        [SugarColumn(IsNullable = true, ColumnDataType = "int")]
+        [SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
         public string GroupDate { get; set; }
         public string GroupDate { get; set; }
         /// <summary>
         /// <summary>
         /// 团组级别
         /// 团组级别
         /// </summary>
         /// </summary>
-        [SugarColumn(IsNullable = true, ColumnDataType = "int")]
+        [SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
         public string GroupLvl { get; set; }
         public string GroupLvl { get; set; }
         /// <summary>
         /// <summary>
         /// 提成明细
         /// 提成明细
@@ -46,7 +46,7 @@ namespace OASystem.Domain.Entities.Groups
         /// <summary>
         /// <summary>
         /// 提成发放至工资的月份
         /// 提成发放至工资的月份
         /// </summary>
         /// </summary>
-        [SugarColumn(IsNullable = true, ColumnDataType = "decimal(18,2)")]
+        [SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
         public string WageYearMonth { get; set; }
         public string WageYearMonth { get; set; }
         /// <summary>
         /// <summary>
         /// 造成损失标识
         /// 造成损失标识