using NewPdaSqlServer.entity; namespace NewPdaSqlServer.Dto.service; public class ProductionPickDto { public string? ItemModel { get; set; } public List? totals { get; set; } public List? daisao { get; set; } public List yisao { get; set; } }