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.
		
		
		
		
			
				
					
					
						
							81 lines
						
					
					
						
							1.9 KiB
						
					
					
				
			
		
		
	
	
							81 lines
						
					
					
						
							1.9 KiB
						
					
					
				///**
 | 
						|
// *
 | 
						|
// */
 | 
						|
//package com.ynxbd.common.bean;
 | 
						|
//
 | 
						|
//import java.io.Serializable;
 | 
						|
//import java.util.List;
 | 
						|
//
 | 
						|
//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 2017年7月7日上午10:50:57
 | 
						|
// * @version v1.0.0
 | 
						|
// * @Copyright: 2017 云南新八达科技有限公司 All rights reserved.
 | 
						|
// */
 | 
						|
//
 | 
						|
//@XmlAccessorType(XmlAccessType.FIELD)
 | 
						|
//@XmlRootElement(name = "Response")
 | 
						|
//@XmlType(propOrder = { "TransactionCode", "ResponseCode", "ResponseMessage", "Hos" })
 | 
						|
//
 | 
						|
//public class HospitalResponseBean implements Serializable {
 | 
						|
//
 | 
						|
//	/**
 | 
						|
//	 *
 | 
						|
//	 */
 | 
						|
//	private static final long serialVersionUID = 1L;
 | 
						|
//	String TransactionCode;
 | 
						|
//	String ResponseCode;
 | 
						|
//	String ResponseMessage;
 | 
						|
//	List<HospitalBean> Hos;
 | 
						|
//
 | 
						|
//	public HospitalResponseBean() {
 | 
						|
//		super();
 | 
						|
//	}
 | 
						|
//
 | 
						|
//	public HospitalResponseBean(String TransactionCode, String ResponseCode, String ResponseMessage,
 | 
						|
//			List<HospitalBean> Hos) {
 | 
						|
//		this.TransactionCode = TransactionCode;
 | 
						|
//		this.ResponseCode = ResponseCode;
 | 
						|
//		this.ResponseMessage = ResponseMessage;
 | 
						|
//		this.Hos = Hos;
 | 
						|
//	}
 | 
						|
//
 | 
						|
//	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 List<HospitalBean> getHos() {
 | 
						|
//		return Hos;
 | 
						|
//	}
 | 
						|
//
 | 
						|
//	public void setHos(List<HospitalBean> hos) {
 | 
						|
//		Hos = hos;
 | 
						|
//	}
 | 
						|
//
 | 
						|
//}
 | 
						|
 |