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