From a6bc86e9bb73b0b6631a2e912904690d833d31a5 Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期二, 25 十一月 2025 10:59:17 +0800
Subject: [PATCH] 11
---
StandardPda/MES.Service/Modes/XbRackingTaskSyxtLog.cs | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/StandardPda/MES.Service/Modes/XbRackingTaskSyxtLog.cs b/StandardPda/MES.Service/Modes/XbRackingTaskSyxtLog.cs
index 36fc3f6..f54210d 100644
--- a/StandardPda/MES.Service/Modes/XbRackingTaskSyxtLog.cs
+++ b/StandardPda/MES.Service/Modes/XbRackingTaskSyxtLog.cs
@@ -3,15 +3,16 @@
namespace MES.Service.Modes;
/// <summary>
-/// 鍏ュ簱浠诲姟琛�
+/// 鍏ュ簱浠诲姟琛� SEQ_XB_RACKING_TASK_SYXT_LOG
/// </summary>
-[SugarTable("XB_RACKING_TASK_SYXT_LOG")]
+[SugarTable("XB_RACKING_TASK_SYXT_LOG")]
public class XbRackingTaskSyxtLog
{
/// <summary>
/// 涓婚敭ID
/// </summary>
- [SugarColumn(ColumnName = "ID", IsPrimaryKey = true)]
+ [SugarColumn(IsPrimaryKey = true, OracleSequenceName = "SEQ_XB_RACKING_TASK_SYXT_LOG",
+ ColumnName = "ID")]
public decimal Id { get; set; }
/// <summary>
--
Gitblit v1.9.3