111
cjs
2025-06-10 fb892155304372a62658b48a351f392f227c30bb
ams/Hanhe.iWCS.TaizhouGEMTwoProtocol/MESHelper.cs
@@ -621,6 +621,10 @@
            /// </summary>
            public string oneTrayWeight { get; set; } = "0";
            /// <summary>
            /// 设备通道数据2——复称毛重:32位整数
            /// </summary>
            public string oneTrayWeightFC { get; set; } = "0,0";
            /// <summary>
            /// 设备通道数据2——托盘类型:32位整数
            /// </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; }
        }
    }
}