| | |
| | | public class InventoryQueryResponse |
| | | { |
| | | public string MSGTY { get; set; } |
| | | public List<ITEM> DATA { get; set; } |
| | | public List<StockItem> DATA { get; set; } |
| | | public string MSGTX { get; set; } |
| | | } |
| | | |
| | | public class ITEM |
| | | public class StockItem |
| | | { |
| | | public List<ITEMDATA> ITEMDATA { get; set; } |
| | | public string REQUIREMENT_NO { get; set; } |
| | | public string BATCH { get; set; } |
| | | public string LABEL_NO { get; set; } |
| | | public string LGORT { get; set; } |
| | | public string LIFNR { get; set; } |
| | | public string LIKTX { get; set; } |
| | | |
| | | public string LK_BIN_CODE { get; set; } |
| | | public string MAKTX { get; set; } |
| | | public string MATNR { get; set; } |
| | | |
| | | public string MEINS { get; set; } |
| | | public string QTY { get; set; } |
| | | public string SOBKZ { get; set; } |
| | | public string TPNUM { get; set; } |
| | | public string WERKS { 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 class ITEM |
| | | //{ |
| | | // public List<ITEMDATA> 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; } |
| | | // /// <summary> |
| | | // /// åºåå°ç¹ |
| | | // /// </summary> |
| | | // public string LGORT { get; set; } |
| | | // public string BUSINESS_CODE { get; set; } |
| | | // public string SPLIT { get; set; } |
| | | // public string CREAT_DATE { get; set; } |
| | | |
| | | public string RECEIVE_LGORT { get; set; } |
| | | public string ORDERCODE_ITEM_NO { get; set; } |
| | | public string SYSNOD { get; set; } |
| | | public List<LABEL> LABEL { get; set; } |
| | | // public string REQUIREMENT_ITEM_NO { get; set; } |
| | | // //æ°é |
| | | // public string QTY { get; set; } |
| | | |
| | | public string BATCH { get; set; } |
| | | public string LIFNR { get; set; } |
| | | public string ORDERCODE { get; set; } |
| | | |
| | | public string MATNR { get; set; } |
| | | } |
| | | public class LABEL |
| | | { |
| | | public string LABEL_NO { get; set; } |
| | | } |
| | | // public string RECEIVE_LGORT { get; set; } |
| | | // public string ORDERCODE_ITEM_NO { get; set; } |
| | | // public string SYSNOD { get; set; } |
| | | // public List<LABEL> LABEL { get; set; } |
| | | // //æ¹æ¬¡ |
| | | // public string BATCH { get; set; } |
| | | // public string LIFNR { get; set; } |
| | | // public string ORDERCODE { get; set; } |
| | | // //ç©æå· |
| | | // public string MATNR { get; set; } |
| | | //} |
| | | //public class LABEL |
| | | //{ |
| | | // public string LABEL_NO { get; set; } |
| | | //} |
| | | } |