From 9a8168790e0d6b8601b0f7f5557976358677eeb1 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周一, 19 5月 2025 08:00:50 +0800 Subject: [PATCH] 22 --- PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application.Contracts/Dtos/WorkPlan/WorkPlanCreateOrUpdateDtoBase.cs | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application.Contracts/Dtos/WorkPlan/WorkPlanCreateOrUpdateDtoBase.cs b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application.Contracts/Dtos/WorkPlan/WorkPlanCreateOrUpdateDtoBase.cs index c2c1949..dfadd18 100644 --- a/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application.Contracts/Dtos/WorkPlan/WorkPlanCreateOrUpdateDtoBase.cs +++ b/PipeLineLems/server/src/CMS.Plugin.PipeLineLems.Application.Contracts/Dtos/WorkPlan/WorkPlanCreateOrUpdateDtoBase.cs @@ -110,9 +110,19 @@ public string? EquipmentCode { get; set; } /// <summary> - /// 宸ヤ欢鍚嶇О + /// 浜х嚎缂栫爜 /// </summary> - public string? WorkpieceName { get; set; } + public string? ProdLineCode { get; set; } + + /// <summary> + /// 鑸瑰彿 + /// </summary> + public string? ShipNumber { get; set; } + + /// <summary> + /// 椤圭洰鍙� + /// </summary> + public string? ProjectNumber { get; set; } /// <summary> /// 宸ュ簭鍚嶇О -- Gitblit v1.9.3