From 2c4c125072e1b88c994efc9bb6f1ff5ef754d41b Mon Sep 17 00:00:00 2001 From: 陈勇 <chenyong@hnkhzn.com> Date: 星期四, 14 十一月 2024 10:01:21 +0800 Subject: [PATCH] 忽略项 --- Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 44 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 new file mode 100644 index 0000000..5881e68 --- /dev/null +++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs @@ -0,0 +1,44 @@ +锘縰sing System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace WIDESEA_DTO.MOM +{ + /// <summary> + /// 鍏ュ簱 + /// </summary> + public class ResponeAgingInputDto : BasicResult + { + /// <summary> + /// 鏂欐灞炴�э紝鐢ㄤ簬鏍囪瘑鏂欐鐨勫敮涓�灞炴�с�� + /// </summary> + public string TrayBarcodeProperty { get; set; } + + /// <summary> + /// 宸ュ崟缂栫爜鎴栦骇鍝佸瀷鍙凤紝鐢ㄤ簬鍏宠仈鍏蜂綋鐨勭敓浜т换鍔°�� + /// </summary> + 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