using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Model { public class PackagingManagePrintOutput { public string PipelineComponentId { get; set; } public string PipelineComponentCode { get; set; } public DateTime? PlanStartDate { get; set; } public string UnitWorkName { get; set; } public string num { get; set; } public string CU { get; set; } public string FlowingSection { get; set; } } }