From 0ac65b10a59bcca5b22bcf03086c8aaa36a8a525 Mon Sep 17 00:00:00 2001
From: zjh <2207896513@qq.com>
Date: 星期四, 12 六月 2025 20:42:41 +0800
Subject: [PATCH] 1,签收送货单接口,添加签收人;2.来料检接口,添加到货时间字段

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

diff --git a/StandardPda/MES.Service/Modes/Womcaa.cs b/StandardPda/MES.Service/Modes/Womcaa.cs
index da8ff86..b0b4511 100644
--- a/StandardPda/MES.Service/Modes/Womcaa.cs
+++ b/StandardPda/MES.Service/Modes/Womcaa.cs
@@ -9,9 +9,10 @@
 public class Womcaa
 {
     /// <summary>
-    ///     鑷鍒�
+    ///     鑷鍒� SEQ_CAA
     /// </summary>
-    [SugarColumn(ColumnName = "ID", IsPrimaryKey = true)]
+    [SugarColumn(ColumnName = "ID", OracleSequenceName = "SEQ_CAA",
+        IsPrimaryKey = true)]
     public decimal Id { get; set; }
 
     /// <summary>

--
Gitblit v1.9.3