同步erp物料udi

This commit is contained in:
2024-09-06 10:24:43 +08:00
parent d085ed872d
commit 14f0554c80
2 changed files with 4 additions and 0 deletions

View File

@@ -61,5 +61,7 @@ namespace Tnb.ProductionMgr.Entities.Entity.ErpEntity
/// mes物料类型
/// </summary>
public string DEFNAME { get; set; }
public string UDI { get; set; }
}
}