Administrator
2024-07-02 1c5addd1d2a760d9445934a79e6a6dc987c45401
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; }
        }
    }
}