222
schangxiang@126.com
2025-05-20 6fe443c4d26f0ec5cbcc2864a0dd9ab781c59761
HIAWms/server/src/CMS.Plugin.HIAWms.EntityFrameworkCore/Extensions/CMSPluginEfCoreExtensions.WmsInOutStockRecord.cs
@@ -46,7 +46,7 @@
                // Properties
                b.Property(x => x.OrderNo)
                    .HasMaxLength(50)
                    .IsRequired()
                    .IsRequired(false)
                    .HasComment("单据编号");
                b.Property(x => x.MaterialName)
@@ -73,6 +73,10 @@
                    .IsRequired(false)
                    .HasComment("机型");
                b.Property(x => x.MaterialBatch)
                    .HasMaxLength(64)
                    .HasComment("物料批次");
                b.Property(x => x.OperateTime)
                    .IsRequired(false)
                    .HasComment("操作时间");