From 5b2265e68c0a493c52ea336f77f8dbcd7655d34a Mon Sep 17 00:00:00 2001 From: 肖洋 <cathay_xy@163.com> Date: 星期五, 22 十一月 2024 10:20:59 +0800 Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/HuaYiZhongHeng/BaiBuLiKu --- Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs index f209253..5881e68 100644 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs +++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs @@ -6,6 +6,9 @@ namespace WIDESEA_DTO.MOM { + /// <summary> + /// 鍏ュ簱 + /// </summary> public class ResponeAgingInputDto : BasicResult { /// <summary> @@ -19,8 +22,23 @@ public string BindCode { get; set; } /// <summary> + /// 鐢熶骇浜х嚎 + /// </summary> + public string ProductionLine { get; set; } + + /// <summary> /// 鍏宠仈宸ュ簭杩斿洖鏃堕棿锛岃褰曟敞娑叉垨闈欑疆鏃堕暱銆� /// </summary> public string LinedProcessFeedbackTime { get; set; } + + /// <summary> + /// 鐗瑰緛鍙傛暟杩斿洖(闈欑疆鏃堕暱) + /// </summary> + public string SpecialParameterDuration { get; set; } + + /// <summary> + /// 鍗曚綅 + /// </summary> + public string UomCode { get; set; } } } \ No newline at end of file -- Gitblit v1.9.3