This commit is contained in:
小魔仙 2025-05-15 11:24:04 +08:00
commit 5d2cba07ae

View File

@ -75,7 +75,7 @@ namespace RIZO_Application.Modules.ModuleName.ViewModels
{
_eventAggregator.GetEvent<SystemLogEvent>().Publish($"收到打印请求: {printDto.Name}");
// 准备打印参数
// 1.准备全部打印参数
var printParameters = new Dictionary<string, string>
{
{ "10", printDto.PartNumber },