物料同步

This commit is contained in:
2024-09-04 14:08:41 +08:00
parent 26311fa6a7
commit b07f20845d
2 changed files with 10 additions and 1 deletions

View File

@@ -56,5 +56,10 @@ namespace Tnb.ProductionMgr.Entities.Entity.ErpEntity
/// 修改时间
/// </summary>
public string MODIFIEDTIME { get; set; }
/// <summary>
/// mes物料类型
/// </summary>
public string DEFNAME { get; set; }
}
}