111
zs
2025-05-06 a152d2dc9e4ae6fa1fdd0dcfe5db8bb455e15c4f
HIAWms/server/src/CMS.Plugin.HIAWms.EntityFrameworkCore/Extensions/CMSPluginEfCoreExtensions.WmsInOutStockRecord.cs
@@ -47,7 +47,8 @@
                    .HasComment("出入库记录表");
                b.ConfigureByConvention();
                // 主键配置
                b.HasKey(x => x.Id);
                // Properties
                b.Property(x => x.OrderNo)
                    .HasMaxLength(50)