Просмотр исходного кода

更新领导人达标奖表的时间字段长度

lcl 1 год назад
Родитель
Сommit
0ec0be2d53
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      PxcModels/WebCMSEntities.cs

+ 2 - 2
PxcModels/WebCMSEntities.cs

@@ -4372,7 +4372,7 @@ namespace MySystem.PxcModels
                     .HasComment("排序序号");
 
                 entity.Property(e => e.StatMonth)
-                    .HasColumnType("varchar(6)")
+                    .HasColumnType("varchar(20)")
                     .HasComment("统计月份")
                     .HasCharSet("utf8")
                     .HasCollation("utf8_general_ci");
@@ -4619,7 +4619,7 @@ namespace MySystem.PxcModels
                     .HasComment("排序序号");
 
                 entity.Property(e => e.StatMonth)
-                    .HasColumnType("varchar(6)")
+                    .HasColumnType("varchar(20)")
                     .HasComment("统计月份")
                     .HasCharSet("utf8")
                     .HasCollation("utf8_general_ci");