zs
2025-05-14 76a3bc5b62fda60af2a6edaa3f10632bd3134137
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("操作时间");