Wms/Model/InterFaceModel/RCSModel.cs
@@ -120,7 +120,7 @@ public string Location { get; set; } public string Type { get; set; } public string LotNo { get; set; } public string Palletno { get; set; } public string PalletNo { get; set; } } @@ -154,12 +154,14 @@ /// 任务类型 /// 0:入库 /// 1:出库 /// 2:移库 /// </summary> public string Crtype { get; set; } /// <summary> /// 库存单据ID /// </summary> public int? Noticedetailno { get; set; } public string LotNo { get; set; } } } }