调整盘点单
This commit is contained in:
@@ -91,10 +91,10 @@ namespace WMS.Web.Repositories.Configuration
|
||||
ent.ToTable("t_wms_takestock");
|
||||
ent.HasKey(x => x.Id);
|
||||
|
||||
ent.HasMany(p => p.Details)
|
||||
.WithOne()
|
||||
.HasForeignKey(p => p.Fid)
|
||||
.OnDelete(DeleteBehavior.Cascade);
|
||||
//ent.HasMany(p => p.Details)
|
||||
// .WithOne()
|
||||
// .HasForeignKey(p => p.Fid)
|
||||
// .OnDelete(DeleteBehavior.Cascade);
|
||||
});
|
||||
builder.Entity<TakeStockDetails>(ent =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user