From fb892155304372a62658b48a351f392f227c30bb Mon Sep 17 00:00:00 2001 From: cjs <2216046164@qq.com> Date: 星期二, 10 六月 2025 17:33:51 +0800 Subject: [PATCH] 111 --- ams/Hanhe.iWCS.TaizhouGEMTwoProtocol/MESHelper.cs | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/ams/Hanhe.iWCS.TaizhouGEMTwoProtocol/MESHelper.cs b/ams/Hanhe.iWCS.TaizhouGEMTwoProtocol/MESHelper.cs index db55fe0..316631d 100644 --- a/ams/Hanhe.iWCS.TaizhouGEMTwoProtocol/MESHelper.cs +++ b/ams/Hanhe.iWCS.TaizhouGEMTwoProtocol/MESHelper.cs @@ -621,6 +621,10 @@ /// </summary> public string oneTrayWeight { get; set; } = "0"; /// <summary> + /// 璁惧閫氶亾鏁版嵁2鈥斺�澶嶇О姣涢噸锛�2浣嶆暣鏁�+ /// </summary> + public string oneTrayWeightFC { get; set; } = "0,0"; + /// <summary> /// 璁惧閫氶亾鏁版嵁2鈥斺�鎵樼洏绫诲瀷锛�2浣嶆暣鏁� /// </summary> public string trayType { get; set; } = "0"; @@ -1431,5 +1435,27 @@ public string FStaffNumber { get; set; } } + public class trayTypeTable + { + + public ObjectId _id { get; set; } + /// <summary> + /// 璐т綅缂栫爜 + /// </summary> + public string locCode { get; set; } + /// <summary> + /// 鎵樼洏绫诲瀷 + /// </summary> + public string trayType { get; set; } + } + + public class STOCK_LOCATION_Two + { + public ObjectId _id { get; set; } + public string CN_S_LOCATION_CODE { get; set; } + public int CN_N_AGV_LOCATION { get; set; } + } + + } } -- Gitblit v1.9.1