zongzhibin
2024-11-27 5e610f4c9d9870b393720bc5fcc856e97bc2ea4b
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)