瀏覽代碼

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

lcl 1 年之前
父節點
當前提交
0ec0be2d53
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      PxcModels/WebCMSEntities.cs

+ 2 - 2
PxcModels/WebCMSEntities.cs

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