From e9ef6afe836784d7fbd3e3ca6ad813e86866a6a8 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期三, 25 十二月 2024 17:52:27 +0800
Subject: [PATCH] 生成补料和生成超领

---
 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