333
schangxiang@126.com
2025-05-16 9796651f30deb9eee38c9d846255b293fbba15eb
PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application.Contracts/Dtos/WorkPlan/WorkPlanExportModel.cs
@@ -17,6 +17,18 @@
        public string TaskCode { get; set; }
        /// <summary>
        /// 计划状态
        /// </summary>
        [ExcelColumn(Name = "计划状态", Width = 25)]
        public WorkPlanStatusEnum WorkPlanStatus { get; set; }
        /// <summary>
        /// 叫料状态
        /// </summary>
        [ExcelColumn(Name = "叫料状态", Width = 25)]
        public CallMaterialStatusEnum CallMaterialStatus { get; set; }
        /// <summary>
        /// 原料标识
        /// </summary>
        [ExcelColumn(Name = "原料标识", Width = 25)]
@@ -119,10 +131,22 @@
        public string EquipmentCode { get; set; }
        /// <summary>
        /// 工件名称
        /// 产线编码
        /// </summary>
        [ExcelColumn(Name = "工件名称", Width = 25)]
        public string WorkpieceName { get; set; }
        [ExcelColumn(Name = "产线编码", Width = 25)]
        public string ProdLineCode { get; set; }
        /// <summary>
        /// 船号
        /// </summary>
        [ExcelColumn(Name = "船号", Width = 25)]
        public string ShipNumber { get; set; }
        /// <summary>
        /// 项目号
        /// </summary>
        [ExcelColumn(Name = "项目号", Width = 25)]
        public string ProjectNumber { get; set; }
        /// <summary>
        /// 工序名称
@@ -171,12 +195,6 @@
        /// </summary>
        [ExcelColumn(Name = "材质", Width = 25)]
        public string Material { get; set; }
        /// <summary>
        /// 是否主支管
        /// </summary>
        [ExcelColumn(Name = "是否主支管", Width = 25)]
        public bool HasMainSignature { get; set; }
        /// <summary>
        /// 工艺流向编号