You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					
					
						
							82 lines
						
					
					
						
							2.2 KiB
						
					
					
				
			
		
		
	
	
							82 lines
						
					
					
						
							2.2 KiB
						
					
					
				| ///**
 | |
| // *
 | |
| // */
 | |
| //package com.ynxbd.wx.remove.bean.remove;
 | |
| //
 | |
| //import javax.xml.bind.annotation.XmlAccessType;
 | |
| //import javax.xml.bind.annotation.XmlAccessorType;
 | |
| //import javax.xml.bind.annotation.XmlRootElement;
 | |
| //import javax.xml.bind.annotation.XmlType;
 | |
| //
 | |
| ///**
 | |
| // * @Project:微信公众号
 | |
| // * @author 张剑峰
 | |
| // * @date 2018年4月23日下午12:44:25
 | |
| // * @version v1.0.0
 | |
| // * @Copyright: 2018云南新八达科技有限公司 All rights reserved.
 | |
| // */
 | |
| //
 | |
| //@XmlAccessorType(XmlAccessType.FIELD)
 | |
| //@XmlRootElement(name = "Response")
 | |
| //@XmlType(propOrder = {"TransactionCode", "ResponseCode", "ResponseMessage", "HISTransNo", "QueueNo"})
 | |
| //public class Time_RegResponseBean {
 | |
| //
 | |
| //    private static final long serialVersionUID = 1L;
 | |
| //    String TransactionCode;
 | |
| //    String ResponseCode;
 | |
| //    String ResponseMessage;
 | |
| //    String HISTransNo;
 | |
| //    String QueueNo;
 | |
| //
 | |
| //    public Time_RegResponseBean() {
 | |
| //    }
 | |
| //
 | |
| //    public Time_RegResponseBean(String TransactionCode, String ResponseCode, String ResponseMessage, String HISTransNo, String QueueNo) {
 | |
| //        this.TransactionCode = TransactionCode;
 | |
| //        this.ResponseCode = ResponseCode;
 | |
| //        this.ResponseMessage = ResponseMessage;
 | |
| //        this.HISTransNo = HISTransNo;
 | |
| //        this.QueueNo = QueueNo;
 | |
| //    }
 | |
| //
 | |
| //    public String getTransactionCode() {
 | |
| //        return TransactionCode;
 | |
| //    }
 | |
| //
 | |
| //    public void setTransactionCode(String transactionCode) {
 | |
| //        TransactionCode = transactionCode;
 | |
| //    }
 | |
| //
 | |
| //    public String getResponseCode() {
 | |
| //        return ResponseCode;
 | |
| //    }
 | |
| //
 | |
| //    public void setResponseCode(String responseCode) {
 | |
| //        ResponseCode = responseCode;
 | |
| //    }
 | |
| //
 | |
| //    public String getResponseMessage() {
 | |
| //        return ResponseMessage;
 | |
| //    }
 | |
| //
 | |
| //    public void setResponseMessage(String responseMessage) {
 | |
| //        ResponseMessage = responseMessage;
 | |
| //    }
 | |
| //
 | |
| //    public String getHISTransNo() {
 | |
| //        return HISTransNo;
 | |
| //    }
 | |
| //
 | |
| //    public void setHISTransNo(String hISTransNo) {
 | |
| //        HISTransNo = hISTransNo;
 | |
| //    }
 | |
| //
 | |
| //    public String getQueueNo() {
 | |
| //        return QueueNo;
 | |
| //    }
 | |
| //
 | |
| //    public void setQueueNo(String queueNo) {
 | |
| //        QueueNo = queueNo;
 | |
| //    }
 | |
| //
 | |
| //}
 | |
| 
 |