using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WIDESEA_Model.Models.System.Reponse { public class InventoryQueryResponse { public string MSGTY { get; set; } public List DATA { get; set; } public string MSGTX { get; set; } } public class ITEM { public List ITEMDATA { get; set; } public string REQUIREMENT_NO { get; set; } public string WH_NUMBER { get; set; } public string SENDNOD { get; set; } public string WERKS { get; set; } } public class ITEMDATA { public string STATION { get; set; } public string BUSINESS_NAME { get; set; } public string LGORT { get; set; } public string BUSINESS_CODE { get; set; } public string SPLIT { get; set; } public string CREAT_DATE { get; set; } public string REQUIREMENT_ITEM_NO { get; set; } public string QTY { get; set; } public string RECEIVE_LGORT { get; set; } public string ORDERCODE_ITEM_NO { get; set; } public string SYSNOD { get; set; } public List