From 2ecf5dfa71bf0c553c30ced6f68a81fa3be6a93f Mon Sep 17 00:00:00 2001 From: xiaoyang <xiaoyang@hnkhzn.com> Date: 星期五, 08 十一月 2024 20:03:58 +0800 Subject: [PATCH] 11.08-1 --- Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResultTrayCellsStatus.cs | 28 +++++++++++++++++++++++----- 1 files changed, 23 insertions(+), 5 deletions(-) diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResultTrayCellsStatus.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResultTrayCellsStatus.cs index 841ba73..b83fc36 100644 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResultTrayCellsStatus.cs +++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResultTrayCellsStatus.cs @@ -11,12 +11,9 @@ /// 鐢佃姱鍒楄〃 /// </summary> public List<SerialNoDto> SerialNos { get; set; } = new List<SerialNoDto>(); - - /// <summary> - /// 缁戝畾浠g爜 - /// </summary> public string BindCode { get; set; } + public string TrayStatus { get; set; } /// <summary> /// 鏂欐灞炴�у垪琛� /// </summary> @@ -38,6 +35,8 @@ /// </summary> public int PositionNo { get; set; } + public string BindCode { get; set; } + /// <summary> /// 鐢佃姱鐘舵�� /// </summary> @@ -57,11 +56,30 @@ /// <summary> /// 宸ュ簭 /// </summary> - public string ProcessCode { get; set; } + public List<ProcessCodes> ProcessCodes { get; set; } = new List<ProcessCodes>(); + + public double Capacity { get; set; } + /// <summary> /// 閫傜敤鐗╂枡缂栫爜/宸ヨ壓鍨嬪彿 /// </summary> + public List<ProductTypes> ProductType { get; set; } = new List<ProductTypes>(); + } + + public class ProcessCodes + { + + /// <summary> + /// 宸ュ簭 + /// </summary> + public string ProcessCode { get; set; } + } + + public class ProductTypes + { + public string ProductType { get; set; } + } } \ No newline at end of file -- Gitblit v1.9.3