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