Wms/Model/InterFaceModel/RCSModel.cs
@@ -61,26 +61,17 @@ public class TaskDetial { public string Taskno { get; set; } public string Startport { get; set; } public string Endport { get; set; } public string Pallno { get; set; } public string Type { get; set; } /// <summary> /// 任务类型 /// 0:入库 /// 1:出库 /// 2:移库 /// 0:申请储位 /// 1:叫桶 /// </summary> public string Crtype { get; set; } /// <summary> /// 库存单据ID /// </summary> public int? Noticedetailno { get; set; } public string LotNo { get; set; } } } }