zjh
5 天以前 a27f32ecbfc7390ceb9e3a8d8651c57ada88bfa0
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>