11
tjx
2025-11-25 a6bc86e9bb73b0b6631a2e912904690d833d31a5
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>