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/MesBomDetail1.cs |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/MES.Service/Modes/BOM/MesBomDetail1.cs b/MES.Service/Modes/BOM/MesBomDetail1.cs
index ed91a04..d8462bc 100644
--- a/MES.Service/Modes/BOM/MesBomDetail1.cs
+++ b/MES.Service/Modes/BOM/MesBomDetail1.cs
@@ -11,12 +11,25 @@
     public class MesBomDetail1
     {
         /// <summary>
-        ///  
+        ///     SEQ_BOM
+        /// </summary>
+        [SugarColumn(ColumnName = "ID", OracleSequenceName = "SEQ_BOM",
+            IsPrimaryKey = true)]
+        public decimal Id { get; set; }
+
+        /// <summary>
+        ///  mid
         ///</summary>
-         [SugarColumn(ColumnName="ERPID", IsPrimaryKey = true)]
+        [SugarColumn(ColumnName = "MID")]
+        public decimal? Mid { get; set; }
+
+        /// <summary>
+        ///  erpid
+        ///</summary>
+        [SugarColumn(ColumnName = "ERPID")]
          public decimal? Erpid { get; set; }
         /// <summary>
-        ///  
+        ///  erphid
         ///</summary>
          [SugarColumn(ColumnName="ERPHID"    )]
          public decimal? Erphid { get; set; }

--
Gitblit v1.9.3