111
cjs
2025-06-06 b754b0d966600a3b12f7c6d2449e5bcb00e34779
ams/Hanhe.iWCS.TaizhouGEMTwoProtocol/MESHelper.cs
@@ -1431,5 +1431,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; }
        }
    }
}