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>