UsAppLabelPrintOutputDto.cs 258 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 namespace FoodLabeling.Application.Contracts.Dtos.UsAppLabeling; /// <summary> /// App 打印出参 /// </summary> public class UsAppLabelPrintOutputDto { public string TaskId { get; set; } = string.Empty; public int PrintQuantity { get; set; } }