From 7d13b041f6cf87bddb0e3523c4cf1a328fc159f6 Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期五, 21 十一月 2025 15:28:28 +0800
Subject: [PATCH] 增加立库的出库接口

---
 StandardPda/MES.Service/Modes/XbRackingTaskSyxtLog.cs |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/StandardPda/MES.Service/Modes/XbRackingTaskSyxtLog.cs b/StandardPda/MES.Service/Modes/XbRackingTaskSyxtLog.cs
index 67853a5..36fc3f6 100644
--- a/StandardPda/MES.Service/Modes/XbRackingTaskSyxtLog.cs
+++ b/StandardPda/MES.Service/Modes/XbRackingTaskSyxtLog.cs
@@ -121,4 +121,16 @@
     /// </summary>
     [SugarColumn(ColumnName = "LOCCODECHINESE")]
     public string? LocCodeChinese { get; set; }
+
+    /// <summary>
+    ///     璐ㄦ鐘舵��
+    /// </summary>
+    [SugarColumn(ColumnName = "QCSTATUS")]
+    public decimal? QcStatus { get; set; }
+
+    /// <summary>
+    ///     鐗╂枡鏉$爜
+    /// </summary>
+    [SugarColumn(ColumnName = "ITEM_BARCODE")]
+    public string? ItemBarcode { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3