物料保质期

This commit is contained in:
2024-10-10 15:59:13 +08:00
parent 8a5ff0ebe6
commit 88d83e46d3
2 changed files with 19 additions and 1 deletions

View File

@@ -63,5 +63,9 @@ namespace Tnb.ProductionMgr.Entities.Entity.ErpEntity
public string DEFNAME { get; set; }
public string UDI { get; set; }
/// <summary>
/// 保质期 年
/// </summary>
public string QUALITYNUM { get; set; }
}
}