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