材料管理修改

This commit is contained in:
2024-10-09 17:20:12 +08:00
parent a7205a984d
commit f06da19405
14 changed files with 154 additions and 64 deletions
@@ -13,6 +13,7 @@ namespace Model
public string MaterialSpec { get; set; }
public string MaterialUnit { get; set; }
public string MaterialDef { get; set; }
public decimal StockNum { get; set; }
public decimal NeedNum { get; set; }
public decimal RealNum { get; set; }
public decimal MatchRate { get; set; }