齐套、转库单载具表回写任务信息

This commit is contained in:
2024-09-25 11:47:49 +08:00
parent f5040f60da
commit d2b3038cfc
6 changed files with 122 additions and 85 deletions

View File

@@ -68,4 +68,9 @@ public partial class WmsMaterialTransferCarry : BaseEntity<string>
/// 料箱数量
/// </summary>
public decimal? qty { get; set; }
/// <summary>
/// 预任务id
/// </summary>
public string? pretask_id { get; set; }
}