HIAWms/server/src/CMS.Plugin.HIAWms.EntityFrameworkCore/Extensions/CMSPluginEfCoreExtensions.WmsIContainerPlace.cs
@@ -46,7 +46,8 @@ .HasComment("容器库位关系表"); b.ConfigureByConvention(); // 主键配置 b.HasKey(x => x.Id); // Properties b.Property(x => x.PlaceNo) .HasMaxLength(50)