|
@@ -17824,10 +17824,6 @@ namespace MySystem.PxcModels
|
|
|
|
|
|
entity.Property(e => e.Sort).HasColumnType("int(11)");
|
|
|
|
|
|
- entity.Property(e => e.StatStatus)
|
|
|
- .HasColumnType("int(11)")
|
|
|
- .HasComment("统计标记");
|
|
|
-
|
|
|
entity.Property(e => e.Status).HasColumnType("int(11)");
|
|
|
|
|
|
entity.Property(e => e.TopUserId).HasColumnType("int(11)");
|