后道零头箱打印逻辑修改

This commit is contained in:
2025-06-10 15:24:24 +08:00
parent 5ce662b5bc
commit fba29f73fc
3 changed files with 61 additions and 17 deletions

View File

@@ -146,5 +146,7 @@ namespace ZR.Model.Dto
public int? RemainderBoxPrintCount { get; set; }
// 箱标签当前序号
public int? CurrentBoxLabelSequence { get; set; }
// 零头箱打印数
public int? PackageNum { get; set; }
}
}