入库容差

This commit is contained in:
2024-10-12 11:44:48 +08:00
parent 10d7470b56
commit 20ff2d213a
4 changed files with 23 additions and 29 deletions

View File

@@ -67,5 +67,10 @@ namespace Tnb.ProductionMgr.Entities.Entity.ErpEntity
/// 保质期 年
/// </summary>
public string QUALITYNUM { get; set; }
/// <summary>
/// 入库容差%
/// </summary>
public decimal INTOLERANCE { get; set; }
}
}