From f23e0223221ec2b96543761bc0ab743d9e0a6294 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周二, 26 11月 2024 11:31:28 +0800
Subject: [PATCH] 333

---
 CC/iWareSql/WmsDBModel/WmsDBModel.cs |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/CC/iWareSql/WmsDBModel/WmsDBModel.cs b/CC/iWareSql/WmsDBModel/WmsDBModel.cs
index 20c8836..8ea319a 100644
--- a/CC/iWareSql/WmsDBModel/WmsDBModel.cs
+++ b/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)

--
Gitblit v1.9.3