正向追溯相关接口

This commit is contained in:
2023-08-21 17:31:42 +08:00
parent 0c0a36214f
commit 6a5edb5e88
6 changed files with 197 additions and 11 deletions

View File

@@ -59,6 +59,6 @@ namespace Tnb.ProductionMgr.Entities.Dto
/// </summary>
public string? mbom_process_id { get; set; }
public List<Dictionary<string,string>>? details { get; set; }
public List<Dictionary<string,object>>? details { get; set; }
}
}