From 5df8a085b6c9334a04ed8b90be110d1fbcd3bc89 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周四, 04 9月 2025 16:46:02 +0800
Subject: [PATCH] 修复 不能分拣的问题

---
 wcs/yunneiWCS/yunneiWCS/ORM/productStockList.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/wcs/yunneiWCS/yunneiWCS/ORM/productStockList.cs b/wcs/yunneiWCS/yunneiWCS/ORM/productStockList.cs
index 0139809..03db8eb 100644
--- a/wcs/yunneiWCS/yunneiWCS/ORM/productStockList.cs
+++ b/wcs/yunneiWCS/yunneiWCS/ORM/productStockList.cs
@@ -12,6 +12,9 @@
         [Key]
         public long stockListId { get; set; }
 
+        /// <summary>
+        /// 表position的positionId
+        /// </summary>
         public long? stockId { get; set; }
 
         [StringLength(50)]

--
Gitblit v1.9.3