From 9fe88456fdf94c93f5f210db99a97d1f26fccaaf Mon Sep 17 00:00:00 2001
From: xwt <2740516069@qq.com>
Date: 星期五, 16 五月 2025 14:05:50 +0800
Subject: [PATCH] llj搜索框添加字段,bug修改

---
 StandardInterface/MES.Service/Modes/Womcaa.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/StandardInterface/MES.Service/Modes/Womcaa.cs b/StandardInterface/MES.Service/Modes/Womcaa.cs
index 45b26b6..c7fd9bf 100644
--- a/StandardInterface/MES.Service/Modes/Womcaa.cs
+++ b/StandardInterface/MES.Service/Modes/Womcaa.cs
@@ -13,7 +13,7 @@
         /// <summary>
         /// 鑷鍒� 
         ///</summary>
-         [SugarColumn(ColumnName="ID" ,IsPrimaryKey = true   )]
+         [SugarColumn(ColumnName="ID" ,IsPrimaryKey = true , OracleSequenceName = "SEQ_CAA")]
          public decimal Id { get; set; }
         /// <summary>
         /// 鐢熶骇璁㈠崟琛屽唴鐮� 

--
Gitblit v1.9.3