using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ICSSoft.Entity { public class SAPGetWMSWHInfoModel { /// /// SAP传入料号 /// public string INVCode { get; set; } /// /// SAP传入仓库 /// public string WHCode { get; set; } /// /// SAP传入站点 /// public string WorkPoint { get; set; } } }