feat: 完善材料条码与焊接业务功能

This commit is contained in:
2026-08-12 23:10:22 +08:00
parent 5d0501806b
commit 67206a28ee
26 changed files with 800 additions and 814 deletions
@@ -15,5 +15,6 @@ namespace Model
public string MaterialSpec { get; set; }
public string MaterialUnit { get; set; }
public string BarCode { get; set; }
public decimal? Quantity { get; set; }
}
}