From 7d410c1f0d4e36f8281ce2277f355c9abf1c231b Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周五, 16 5月 2025 16:19:36 +0800 Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/HIA24016N_PipeLineDemo --- PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application.Contracts/Dtos/WorkPlan/WorkPlanInput.cs | 53 +++++++++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 49 insertions(+), 4 deletions(-) diff --git a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application.Contracts/Dtos/WorkPlan/WorkPlanInput.cs b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application.Contracts/Dtos/WorkPlan/WorkPlanInput.cs index 5428083..b8f501b 100644 --- a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application.Contracts/Dtos/WorkPlan/WorkPlanInput.cs +++ b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application.Contracts/Dtos/WorkPlan/WorkPlanInput.cs @@ -1,4 +1,5 @@ -锘縰sing System; +锘縰sing MiniExcelLibs.Attributes; +using System; using System.Collections.Generic; using System.Linq; using System.Text; @@ -68,7 +69,12 @@ public string DataIdentifier { get; set; } /// <summary> - /// 绠¤鏍肩爜 + /// 鍘熸枡鍨嬪彿 + /// </summary> + public string MaterialMode { get; set; } + + /// <summary> + /// 绠℃缂栫爜 /// </summary> public string PipeSpecCode { get; set; } @@ -227,9 +233,48 @@ /// </summary> public DateTime? PlannedEndTime { get; set; } + /// <summary> - /// 鏃堕棿淇℃伅 + /// 鐝粍淇℃伅 /// </summary> - public string TimeInfo { get; set; } + public string TeamInfo { get; set; } + + /// <summary> + /// 鏃堕棿鎴� + /// </summary> + public string Timestamp { get; set; } + + + /// <summary> + /// 浜х嚎缂栫爜 + /// </summary> + public string ProdLineCode { get; set; } + + /// <summary> + /// 鑸瑰彿 + /// </summary> + public string ShipNumber { get; set; } + + /// <summary> + /// 椤圭洰鍙� + /// </summary> + public string ProjectNumber { get; set; } + + + + /// <summary> + /// 鎵撶爜浣嶇疆 + /// </summary> + public decimal MarkingPosition { get; set; } + + /// <summary> + /// 鍒囧壊浣嶇疆 + /// </summary> + public decimal CuttingPosition { get; set; } + + /// <summary> + /// 澹佸帤(mm) + /// </summary> + public decimal Thickness { get; set; } } } \ No newline at end of file -- Gitblit v1.9.3