From fa7bc52240a52b1d0ab1b8a1746243fe56fdd043 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 11 九月 2025 15:06:58 +0800
Subject: [PATCH] 委外领料:1.显示当前组织2.添加工单查询列表3.添加库位列表4.(待发物料)和(物料总清单)更改为(待扫物料)和(已扫物料)5.查询列表与带出明细改为存储过程

---
 entity/Womcaa.cs |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/entity/Womcaa.cs b/entity/Womcaa.cs
index 7cc3956..feaef07 100644
--- a/entity/Womcaa.cs
+++ b/entity/Womcaa.cs
@@ -3,7 +3,7 @@
 namespace NewPdaSqlServer.entity;
 
 /// <summary>
-///     浠诲姟鍗曡〃
+///     鐢熶骇浠诲姟鍗曡〃
 /// </summary>
 [SugarTable("WOMCAA")]
 public class Womcaa
@@ -39,7 +39,7 @@
     public string Caa005 { get; set; }
 
     /// <summary>
-    ///     浜у搧缂栫爜
+    ///     浜у搧ID
     /// </summary>
     [SugarColumn(ColumnName = "CAA006")]
     public string Caa006 { get; set; }
@@ -402,4 +402,16 @@
     /// </summary>
     [SugarColumn(ColumnName = "Btbz")]
     public string Btbz { get; set; }
+
+    /// <summary>
+    ///     婧愭媶鍒嗚鍗曠紪鍙�
+    /// </summary>
+    [SugarColumn(ColumnName = "fmoentryid")]
+    public string Fmoentryid { get; set; }
+
+    /// <summary>
+    ///     鎺掍骇绾垮埆
+    /// </summary>
+    [SugarColumn(ColumnName = "prod_line")]
+    public string ProdLine { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3