///** // * // */ //package com.ynxbd.common.bean; // //import java.io.Serializable; // //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:41:00 // * @version v1.0.0 // * @Copyright: 2017 云南新八达科技有限公司 All rights reserved. // */ // //@XmlAccessorType(XmlAccessType.FIELD) //@XmlRootElement(name = "Hos") //@XmlType(propOrder = { "HosID", "HosBrief", "Address", "Level", "Postcode", "ProvinceCode", "Province", // "CityCode", "City", "Tel"}) //public class HospitalBean implements Serializable { // // /** // * // */ // private static final long serialVersionUID = 1L; // String HosID; // String HosBrief; // String Address; // String Level; // String Postcode; // String ProvinceCode; // String Province; // String CityCode; // String City; // String Tel; // // public HospitalBean() { // super(); // } // // public HospitalBean(String HosID, String HosBrief, String Address, String Level, String Postcode, // String ProvinceCode, String Province, String CityCode, String City){ // super(); // this.HosID = HosID; // this.HosBrief = HosBrief; // this.Address = Address; // this.Level = Level; // this.Postcode = Postcode; // this.ProvinceCode = ProvinceCode; // this.Province = Province; // this.CityCode = CityCode; // this.City = City; // this.Tel = Tel; // } // // public String getHosID() { // return HosID; // } // // public void setHosID(String hosID) { // HosID = hosID; // } // // public String getHosBrief() { // return HosBrief; // } // // public void setHosBrief(String hosBrief) { // HosBrief = hosBrief; // } // // public String getAddress() { // return Address; // } // // public void setAddress(String address) { // Address = address; // } // // public String getLevel() { // return Level; // } // // public void setLevel(String level) { // Level = level; // } // // public String getPostcode() { // return Postcode; // } // // public void setPostcode(String postcode) { // Postcode = postcode; // } // // public String getProvinceCode() { // return ProvinceCode; // } // // public void setProvinceCode(String provinceCode) { // ProvinceCode = provinceCode; // } // // public String getProvince() { // return Province; // } // // public void setProvince(String province) { // Province = province; // } // // public String getCityCode() { // return CityCode; // } // // public void setCityCode(String cityCode) { // CityCode = cityCode; // } // // public String getCity() { // return City; // } // // public void setCity(String city) { // City = city; // } // // public String getTel() { // return Tel; // } // // public void setTel(String tel) { // Tel = tel; // } // //}