修复bug
This commit is contained in:
@@ -49,6 +49,11 @@ namespace WMS.Web.Repositories.Configuration
|
||||
{
|
||||
ent.ToTable("t_wms_movebox_record");
|
||||
ent.HasKey(x => x.Id);
|
||||
|
||||
ent.HasMany(p => p.Details)
|
||||
.WithOne()
|
||||
.HasForeignKey(p => p.Fid)
|
||||
.OnDelete(DeleteBehavior.Cascade);
|
||||
});
|
||||
//移箱明细
|
||||
builder.Entity<MoveBoxRecordDetails>(ent =>
|
||||
|
||||
Reference in New Issue
Block a user