From 5e610f4c9d9870b393720bc5fcc856e97bc2ea4b Mon Sep 17 00:00:00 2001
From: zongzhibin <zongzhibin@weben-smart.com>
Date: 周三, 27 11月 2024 09:36:26 +0800
Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/LA24030-LuLI_PackageLine

---
 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 2e8ef8b..b125ac9 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