From a27f32ecbfc7390ceb9e3a8d8651c57ada88bfa0 Mon Sep 17 00:00:00 2001
From: zjh <2207896513@qq.com>
Date: 星期五, 19 十二月 2025 20:51:42 +0800
Subject: [PATCH] Merge branch 'master' of http://43.142.96.171:8080/r/~tjx/XB_MES_API
---
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..687291b 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_LOG1",
+ ColumnName = "ID")]
public decimal Id { get; set; }
/// <summary>
--
Gitblit v1.9.3