修复bug

This commit is contained in:
18942506660
2023-11-10 16:23:27 +08:00
parent f35dd85d29
commit bddd26993f
4 changed files with 14 additions and 2 deletions

View File

@@ -60,6 +60,7 @@ namespace WMS.Web.Repositories.Configuration
builder.Entity<ErpOpsSyncDate>(ent =>
{
ent.ToTable("t_wms_sync_date");
ent.HasKey(x => x.Id);
});