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 | 19 ++++++++++++++++---
1 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/StandardPda/MES.Service/Modes/XbRackingTaskSyxtLog.cs b/StandardPda/MES.Service/Modes/XbRackingTaskSyxtLog.cs
index 67853a5..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>
@@ -121,4 +122,16 @@
/// </summary>
[SugarColumn(ColumnName = "LOCCODECHINESE")]
public string? LocCodeChinese { get; set; }
+
+ /// <summary>
+ /// 璐ㄦ鐘舵��
+ /// </summary>
+ [SugarColumn(ColumnName = "QCSTATUS")]
+ public decimal? QcStatus { get; set; }
+
+ /// <summary>
+ /// 鐗╂枡鏉$爜
+ /// </summary>
+ [SugarColumn(ColumnName = "ITEM_BARCODE")]
+ public string? ItemBarcode { get; set; }
}
\ No newline at end of file
--
Gitblit v1.9.3