入库容差

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

@@ -278,5 +278,10 @@ public partial class BasMaterial : BaseEntity<string>
/// 物料型号(箱号)
/// </summary>
public string? material_standard { get; set; }
/// <summary>
/// 入库容差配置
/// </summary>
public decimal intolerance { get; set; } = 0;
}