| | |
| | | |
| | | package org.jeecg.modules.wms.request; |
| | | |
| | | import lombok.Getter; |
| | | import lombok.Setter; |
| | | |
| | | import java.math.BigDecimal; |
| | | import javax.xml.bind.annotation.XmlAccessType; |
| | | import javax.xml.bind.annotation.XmlAccessorType; |
| | | import javax.xml.bind.annotation.XmlElement; |
| | | import java.io.Serializable; |
| | | import java.math.BigDecimal; |
| | | import javax.xml.bind.annotation.XmlType; |
| | | |
| | | |
| | | /** |
| | | * <p>WebServiceSendItem complex typeç Java ç±»ã |
| | | * |
| | | * <p>以䏿¨¡å¼ç段æå®å
å«å¨æ¤ç±»ä¸ç颿å
容ã |
| | | * |
| | | * <pre> |
| | | * <complexType name="WebServiceSendItem"> |
| | | * <complexContent> |
| | | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
| | | * <sequence> |
| | | * <element name="FactoryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> |
| | | * <element name="SkuCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> |
| | | * <element name="Align" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> |
| | | * <element name="Pallet" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> |
| | | * <element name="PackageNo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> |
| | | * <element name="TrackLot" type="{http://www.w3.org/2001/XMLSchema}long"/> |
| | | * <element name="Series" type="{http://www.w3.org/2001/XMLSchema}long"/> |
| | | * <element name="MesStockID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> |
| | | * <element name="Quantity" type="{http://www.w3.org/2001/XMLSchema}decimal"/> |
| | | * <element name="SapTrackLot" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> |
| | | * <element name="Section" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> |
| | | * <element name="DestSection" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> |
| | | * <element name="SupplierCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> |
| | | * <element name="SupplierTrackLot" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> |
| | | * <element name="StageID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> |
| | | * <element name="Remark" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> |
| | | * <element name="OrderCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> |
| | | * </sequence> |
| | | * </restriction> |
| | | * </complexContent> |
| | | * </complexType> |
| | | * </pre> |
| | | * |
| | | * |
| | | */ |
| | | @XmlAccessorType(XmlAccessType.FIELD) |
| | | @XmlType(name = "WebServiceSendItem", propOrder = { |
| | | "factoryCode", |
| | | "skuCode", |
| | | "align", |
| | | "pallet", |
| | | "packageNo", |
| | | "trackLot", |
| | | "series", |
| | | "mesStockID", |
| | | "quantity", |
| | | "sapTrackLot", |
| | | "section", |
| | | "destSection", |
| | | "supplierCode", |
| | | "supplierTrackLot", |
| | | "stageID", |
| | | "remark", |
| | | "orderCode" |
| | | }) |
| | | @Getter |
| | | @Setter |
| | | @XmlAccessorType(XmlAccessType.FIELD) |
| | | public class WebServiceSendItem implements Serializable { |
| | | /**å·¥åç¼ç */ |
| | | public class WebServiceSendItem { |
| | | |
| | | @XmlElement(name = "FactoryCode") |
| | | private String factoryCode; |
| | | /** ç©æç¼ç */ |
| | | protected String factoryCode; |
| | | @XmlElement(name = "SkuCode") |
| | | private String skuCode; |
| | | /** é¢çå· */ |
| | | @XmlElement(name = "ReservationOrder") |
| | | private String reservationOrder; |
| | | /** 坹齿¹å¼ */ |
| | | protected String skuCode; |
| | | @XmlElement(name = "Align") |
| | | private String align; |
| | | /** æå· */ |
| | | protected String align; |
| | | @XmlElement(name = "Pallet") |
| | | private String pallet; |
| | | /** å
è£
ç¼ç */ |
| | | protected String pallet; |
| | | @XmlElement(name = "PackageNo") |
| | | private String packageNo; |
| | | /** æ¹æ¬¡å· */ |
| | | protected String packageNo; |
| | | @XmlElement(name = "TrackLot") |
| | | private String trackLot; |
| | | /** ç³»åå· */ |
| | | protected long trackLot; |
| | | @XmlElement(name = "Series") |
| | | private String series; |
| | | /** MESåºåID */ |
| | | protected long series; |
| | | @XmlElement(name = "MesStockID") |
| | | private String mesStockID; |
| | | /** æ°é */ |
| | | @XmlElement(name = "Quantity") |
| | | private BigDecimal quantity; |
| | | /** SAPæ¹æ¬¡å· */ |
| | | protected String mesStockID; |
| | | @XmlElement(name = "Quantity", required = true) |
| | | protected BigDecimal quantity; |
| | | @XmlElement(name = "SapTrackLot") |
| | | private String sapTrackLot; |
| | | /** åéåºåå° */ |
| | | protected String sapTrackLot; |
| | | @XmlElement(name = "Section") |
| | | private String section; |
| | | /** ç®æ åºåå° */ |
| | | protected String section; |
| | | @XmlElement(name = "DestSection") |
| | | private String destSection; |
| | | /** ä¾åºå代ç */ |
| | | protected String destSection; |
| | | @XmlElement(name = "SupplierCode") |
| | | private String supplierCode; |
| | | /** ä¾åºåæ¹æ¬¡å· */ |
| | | protected String supplierCode; |
| | | @XmlElement(name = "SupplierTrackLot") |
| | | private String supplierTrackLot; |
| | | /** é¶æ®µID */ |
| | | protected String supplierTrackLot; |
| | | @XmlElement(name = "StageID") |
| | | private String stageID; |
| | | /** 夿³¨ */ |
| | | protected String stageID; |
| | | @XmlElement(name = "Remark") |
| | | private String remark; |
| | | /** 订åç¼ç */ |
| | | protected String remark; |
| | | @XmlElement(name = "OrderCode") |
| | | private String orderCode; |
| | | protected String orderCode; |
| | | } |