using System;
|
using System.Collections.Generic;
|
using System.Linq;
|
using System.Text;
|
using System.Threading.Tasks;
|
|
namespace WIDESEA_Job.Request
|
{
|
public class pickAndPostRequest
|
{
|
public string REQUIREMENT_NO { get; set; }
|
public string REQUIREMENT_ITEM_NO { get; set; }
|
public string WERKS { get; set; }
|
public string WH_NUMBER { get; set; }
|
public string SYSNOD { get; set; }
|
public string BUSINESS_NAME { get; set; }
|
public string BUSINESS_CODE { get; set; }
|
public string LGORT { get; set; }
|
public string STATION { get; set; }
|
public string MO_NO { get; set; }
|
|
public string SAP_OUT_NO { get;set; }
|
public string OVERSTEP_REQ_FLAG { get; set; }
|
public string SPLIT { get; set; }
|
public string STATUS { get; set; }
|
public string CREATE_PERSON { get; set;}
|
public string CREATE_DATE { get;set; }
|
}
|
}
|