Wms/Model/InterFaceModel/RCSModel.cs
@@ -66,19 +66,12 @@ public string Endport { get; set; } public string Pallno { get; set; } public string Type { get; set; } /// <summary> /// 任务类型 /// 0:申请储位 /// 1:叫桶 /// </summary> public string Crtype { get; set; } /// <summary> /// 库存单据ID /// </summary> public int? Noticedetailno { get; set; } public string LotNo { get; set; } } } }