油漆实验室,批量变动,定时任务变动

This commit is contained in:
2025-03-19 13:13:40 +08:00
parent 0e4d7e11d2
commit 9b1c8b2b5a
9 changed files with 104 additions and 19 deletions

View File

@@ -16,6 +16,11 @@
/// </summary>
public string plIdGroup { get; set; }
/// <summary>
/// 来源工单号
/// </summary>
public string Workorder { get; set; }
/// <summary>
/// 产品描述
/// </summary>

View File

@@ -20,6 +20,12 @@
public string IdGroup { get; set; }
/// <summary>
/// 来源工单号
/// </summary>
[SugarColumn(ColumnName = "workorder")]
public string Workorder { get; set; }
/// <summary>
/// 产品描述
/// </summary>

View File

@@ -176,6 +176,7 @@ namespace ZR.Model.MES.wms.Dto
public string Key { get; set; }
public string Label { get; set; }
public string Value { get; set; }
public string Color { get; set; }
}
}