111
zs
2025-05-06 a152d2dc9e4ae6fa1fdd0dcfe5db8bb455e15c4f
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)