2
schangxiang@126.com
2024-11-27 6a1fc757c2962f1104f7060eedc40ce0ba76b0a5
CC/iWareSql/WmsDBModel/WmsDBModel.cs
@@ -150,9 +150,7 @@
                .Property(e => e.Height)
                .HasPrecision(10, 3);
            modelBuilder.Entity<wms_record_print>()
                .Property(e => e.Quantity)
                .HasPrecision(10, 3);
            modelBuilder.Entity<wms_record_trans>()
                .Property(e => e.SourceQuantity)