wxw
2024-12-26 d7f5e3607825e621b40820d505b8ed0bb4e06125
Wms/Model/InterFaceModel/RCSModel.cs
@@ -28,7 +28,7 @@
        public class Pallnetmsg
        {
            /// <summary>
            /// 设备所在位置(起始位置/目标位置)
            /// 设备编码
            /// </summary>
            public string Location { get; set; }
            /// <summary>
@@ -66,19 +66,17 @@
            public string Endport { get; set; }
            public string Pallno { get; set; }
            public string Type { get; set; }
            /// <summary>
            /// 任务类型 
            /// 0:申请储位
            /// 1:叫桶
            /// 2:同车间平层搬运
            /// </summary>
            public string Crtype { get; set; }
            /// <summary>
            /// 库存单据ID
            /// 车间编码
            /// </summary>
            public int? Noticedetailno { get; set; }
            public string LotNo { get; set; }
            public string WareHouseNo { get; set; }
        }
    }
}