zhengcaioa/Model/zhengcaioaContext.cs
@@ -1620,6 +1620,11 @@ .HasDefaultValueSql("('A')") .HasComment("物品状态"); entity.Property(e => e.HaocaiStatus) .HasMaxLength(1) .HasColumnName("haocai_status") .HasDefaultValueSql("('D')"); entity.Property(e => e.Modifier) .IsRequired() .HasMaxLength(50)