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
+9 -1
View File
@@ -27,7 +27,15 @@ namespace Model
/// <summary>
/// 材料描述
/// </summary>
public string MaterialDef { get; set; }
public string MaterialDef { get; set; }
/// <summary>
/// 材料单位
/// </summary>
public string MaterialUnit { get; set; }
/// <summary>
/// 已生成条码数量
/// </summary>
public int BarCodeCount { get; set; }
public string InputMasterId { get; set; }
public string OutputMasterId { get; set; }
public string CusBillCode { get; set; }