From 6edc6ea392f354f2e4ca7003cdd58a691347d772 Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期五, 11 七月 2025 15:35:54 +0800
Subject: [PATCH] 生产任务单新增字段、仓库新增仓位启用字段

---
 MES.Service/Modes/Womcaa.cs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/MES.Service/Modes/Womcaa.cs b/MES.Service/Modes/Womcaa.cs
index d5f7e5f..4840a67 100644
--- a/MES.Service/Modes/Womcaa.cs
+++ b/MES.Service/Modes/Womcaa.cs
@@ -426,4 +426,10 @@
     /// </summary>
     [SugarColumn(ColumnName = "SYNCHRONOUS_DATE")]
     public DateTime? SynchronousDate { get; set; }
+
+    /// <summary>
+    ///    姝h埅閿�鍞鍗曞彿(榫欏穽)
+    /// </summary>
+    [SugarColumn(ColumnName = "ZH_XSDD")]
+    public string? ZH_XSDD { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3