From 6ceea5f0d142f3c1fe9c9eff8c497df02fa8f2ad Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期二, 05 十一月 2024 13:01:41 +0800
Subject: [PATCH] 11

---
 MES.Service/Modes/Womcab.cs |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/MES.Service/Modes/Womcab.cs b/MES.Service/Modes/Womcab.cs
index e8c82a6..cf9139a 100644
--- a/MES.Service/Modes/Womcab.cs
+++ b/MES.Service/Modes/Womcab.cs
@@ -48,7 +48,7 @@
     ///     宸查鐢ㄩ噺
     /// </summary>
     [SugarColumn(ColumnName = "CAB007")]
-    public int? Cab007 { get; set; }
+    public decimal? Cab007 { get; set; }
 
     /// <summary>
     ///     宸ヨ壓
@@ -228,4 +228,22 @@
     /// </summary>
     [SugarColumn(ColumnName = "FUNITID")]
     public string? Funitid { get; set; }
+
+    /// <summary>
+    ///     搴斿彂鏁伴噺
+    /// </summary>
+    [SugarColumn(ColumnName = "Must_Qty")]
+    public decimal? MustQty { get; set; }
+
+    /// <summary>
+    ///     浣跨敤姣斾緥锛�%锛�
+    /// </summary>
+    [SugarColumn(ColumnName = "Use_Rate")]
+    public decimal? UseRate { get; set; }
+
+    /// <summary>
+    ///     瀛愰」绫诲瀷 1鏍囧噯浠� 2杩旇繕浠� 3鏇夸唬浠�
+    /// </summary>
+    [SugarColumn(ColumnName = "Material_Type")]
+    public string? MaterialType { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3