222
schangxiang@126.com
2025-05-06 ec6c45cc1d95f8095bc823bc6af9b65678ca579e
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)