wms 通用函数预任务执行,给任务链组号赋值

This commit is contained in:
alex
2023-07-21 14:17:23 +08:00
parent cba5adf5f3
commit ddb5f7c826
2 changed files with 32 additions and 14 deletions

View File

@@ -70,7 +70,7 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Outputs
/// <summary>
/// 齐套明细Json
/// </summary>
public string CollocationSchemeDsJson { get; set; }
public string CollocationSchemeDsJson { get; set; }=string.Empty;
[JsonIgnore]
public List<WmsCollocationSchemeD>? list { get; set; }
}