From 021edcd84d6601249e008141b3027549f864155f Mon Sep 17 00:00:00 2001 From: wanshenmean <cathay_xy@163.com> Date: 星期一, 11 十一月 2024 17:30:40 +0800 Subject: [PATCH] 24-11-11.01 --- Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/CellState/ResultTrayCellsStatus.cs | 30 ++++++++++++++++++++++++------ 1 files changed, 24 insertions(+), 6 deletions(-) diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResultTrayCellsStatus.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/CellState/ResultTrayCellsStatus.cs similarity index 76% rename from Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResultTrayCellsStatus.cs rename to Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/CellState/ResultTrayCellsStatus.cs index b83fc36..48d00df 100644 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResultTrayCellsStatus.cs +++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/CellState/ResultTrayCellsStatus.cs @@ -1,5 +1,8 @@ 锘縩amespace WIDESEA_DTO.MOM { + /// <summary> + /// 鎵樼洏鐢佃姱鐘舵�� + /// </summary> public class ResultTrayCellsStatus : BasicResult { /// <summary> @@ -11,9 +14,22 @@ /// 鐢佃姱鍒楄〃 /// </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> + public string ProductionLine { get; set; } + + /// <summary> + /// 褰撳墠宸ヨ壓宸ュ簭浠g爜 + /// </summary> + public string ProcessCode { get; set; } + /// <summary> /// 鏂欐灞炴�у垪琛� /// </summary> @@ -35,7 +51,7 @@ /// </summary> public int PositionNo { get; set; } - public string BindCode { get; set; } + //public string BindCode { get; set; } /// <summary> /// 鐢佃姱鐘舵�� @@ -58,8 +74,10 @@ /// </summary> public List<ProcessCodes> ProcessCodes { get; set; } = new List<ProcessCodes>(); + /// <summary> + /// 鎵樼洏瀹归噺 + /// </summary> public double Capacity { get; set; } - /// <summary> /// 閫傜敤鐗╂枡缂栫爜/宸ヨ壓鍨嬪彿 @@ -69,7 +87,6 @@ public class ProcessCodes { - /// <summary> /// 宸ュ簭 /// </summary> @@ -78,8 +95,9 @@ public class ProductTypes { - + /// <summary> + /// 閫傜敤鐗╂枡缂栫爜/宸ヨ壓鍨嬪彿 + /// </summary> public string ProductType { get; set; } - } } \ No newline at end of file -- Gitblit v1.9.3