Wms/Model/InterFaceModel/RCSModel.cs
@@ -28,7 +28,7 @@ public class Pallnetmsg { /// <summary> /// 设备所在位置(起始位置/目标位置) /// 设备编码 /// </summary> public string Location { get; set; } /// <summary> @@ -70,8 +70,13 @@ /// 任务类型 /// 0:申请储位 /// 1:叫桶 /// 2:同车间平层搬运 /// </summary> public string Crtype { get; set; } /// <summary> /// 车间编码 /// </summary> public string WareHouseNo { get; set; } } } }