From 37a2e1209d1cddb71f7740543e8df2e3a03cfd1f Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期三, 13 三月 2024 09:58:50 +0800
Subject: [PATCH] 新增或修改物料信息时 物料编码唯一

---
 Wms/Model/InterFaceModel/SoModel.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Wms/Model/InterFaceModel/SoModel.cs b/Wms/Model/InterFaceModel/SoModel.cs
index 5fea45a..6133d9b 100644
--- a/Wms/Model/InterFaceModel/SoModel.cs
+++ b/Wms/Model/InterFaceModel/SoModel.cs
@@ -56,7 +56,7 @@
         /// <summary>
         /// 鏁伴噺
         /// </summary>
-        public int Qty { get; set; }
+        public decimal Qty { get; set; }
         
         /// <summary>
         /// 渚涜揣鎵规

--
Gitblit v1.8.0