using Myshipping.Application.Entity; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Myshipping.Application.Service.BookingTemplate.Dto { public class BookingExcelTemplateDto { public long Pid { get; set; } public List children { get; set; } } }