工单打印功能修改,直接打印BarTender标签

This commit is contained in:
2025-04-14 15:48:37 +08:00
parent 38fd3febeb
commit 02a631fff8
5 changed files with 495 additions and 369 deletions

View File

@@ -26,7 +26,11 @@ namespace DOAN.Model.MES.product.Dto
public DateTime WorkorderDate { get; set; }
}
public class ProWorkorderExportDto
{
public string [] WorkorderArray { get; set; }
public string Path { get; set; }
}
/// <summary>