zs
2025-05-12 7baa0d978e41f395891753b208d805bc02edee38
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("操作时间");