From 79e43ccffd15afcd99934ee43b706f6133398079 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期一, 07 七月 2025 15:29:56 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 MES.Service/Modes/BOM/MesBomDetail2.cs |   80 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 80 insertions(+), 0 deletions(-)

diff --git a/MES.Service/Modes/BOM/MesBomDetail2.cs b/MES.Service/Modes/BOM/MesBomDetail2.cs
new file mode 100644
index 0000000..df53386
--- /dev/null
+++ b/MES.Service/Modes/BOM/MesBomDetail2.cs
@@ -0,0 +1,80 @@
+锘縰sing System;
+using System.Collections.Generic;
+using System.Linq;
+using SqlSugar;
+namespace MES.Service.Modes
+{
+    /// <summary>
+    /// 
+    ///</summary>
+    [SugarTable("MES_BOM_DETAIL2")]
+    public class MesBomDetail2
+    {
+        /// <summary>
+        ///     SEQ_BOM
+        /// </summary>
+        [SugarColumn(ColumnName = "ID", OracleSequenceName = "SEQ_BOM",
+            IsPrimaryKey = true)]
+        public decimal Id { get; set; }
+        /// <summary>
+        ///  mid
+        ///</summary>
+        [SugarColumn(ColumnName = "MID")]
+        public decimal? Mid { get; set; }
+        /// <summary>
+        ///  erpid
+        ///</summary>
+        [SugarColumn(ColumnName = "ERPID")]
+         public decimal? Erpid { get; set; }
+        /// <summary>
+        ///  epihid
+        ///</summary>
+         [SugarColumn(ColumnName="ERPHID"    )]
+         public decimal? Erphid { get; set; }
+        /// <summary>
+        /// 闃舵鐢ㄩ噺-鍚鏁伴噺 
+        ///</summary>
+         [SugarColumn(ColumnName="FSTARTQTY"    )]
+         public decimal? Fstartqty { get; set; }
+        /// <summary>
+        /// 闃舵鐢ㄩ噺-鎴鏁伴噺 
+        ///</summary>
+         [SugarColumn(ColumnName="FENDQTY"    )]
+         public decimal? Fendqty { get; set; }
+        /// <summary>
+        /// 瀛愰」鍗曚綅 
+        ///</summary>
+         [SugarColumn(ColumnName="FUNITIDLOT"    )]
+         public string? Funitidlot { get; set; }
+        /// <summary>
+        /// 鍥哄畾鎹熻�� 
+        ///</summary>
+         [SugarColumn(ColumnName="FFIXSCRAPQTYLOT"    )]
+         public decimal? Ffixscrapqtylot { get; set; }
+        /// <summary>
+        /// 鍙樺姩鎹熻�楃巼 
+        ///</summary>
+         [SugarColumn(ColumnName="FSCRAPRATELOT"    )]
+         public decimal? Fscrapratelot { get; set; }
+        /// <summary>
+        /// 鐢ㄩ噺锛氬垎瀛� 
+        ///</summary>
+         [SugarColumn(ColumnName="FNUMERATORLOT"    )]
+         public long? Fnumeratorlot { get; set; }
+        /// <summary>
+        /// 鐢ㄩ噺锛氬垎姣� 
+        ///</summary>
+         [SugarColumn(ColumnName="FDENOMINATORLOT"    )]
+         public long? Fdenominatorlot { get; set; }
+        /// <summary>
+        /// 瀛愰」鐗╂枡缂栫爜 
+        ///</summary>
+         [SugarColumn(ColumnName="FMATERIALIDLOTBASED"    )]
+         public string? Fmaterialidlotbased { get; set; }
+        /// <summary>
+        /// 搴忓彿 
+        ///</summary>
+         [SugarColumn(ColumnName="LINE_NUMBER"    )]
+         public decimal? LineNumber { get; set; }
+    }
+}

--
Gitblit v1.9.3