///** // * // */ //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 2018年4月24日上午9:38:47 // * @version v1.0.0 // * @Copyright: 2018云南新八达科技有限公司 All rights reserved. // */ // //@XmlAccessorType(XmlAccessType.FIELD) //@XmlRootElement(name = "Reg") //@XmlType(propOrder = { "DeptCode", "DeptName", "DoctCode", "DoctName", "Address", "MZNum", "CallNum", "ClinicCode", "ClinicName", // "RegistDate", "RegistMoney", "IsTreat", "HISTransNo" }) //public class RegBean implements Serializable { // // public String getAddress() { // return Address; // } // // public void setAddress(String address) { // Address = address; // } // // /** // * // */ // private static final long serialVersionUID = 1L; // String DeptCode; // String DeptName; // String DoctCode; // String DoctName; // String Address; // String MZNum; // String ClinicCode; // String ClinicName; // String RegistDate; // String RegistMoney; // String IsTreat; // String HISTransNo; // String CallNum; // // public RegBean() { // // TODO Auto-generated constructor stub // } // // // // public RegBean(String deptCode, String deptName, String doctCode, String doctName, String address, String mZNum, // String clinicCode, String clinicName, String registDate, String registMoney, String isTreat, // String hISTransNo) { // super(); // DeptCode = deptCode; // DeptName = deptName; // DoctCode = doctCode; // DoctName = doctName; // Address = address; // MZNum = mZNum; // ClinicCode = clinicCode; // ClinicName = clinicName; // RegistDate = registDate; // RegistMoney = registMoney; // IsTreat = isTreat; // HISTransNo = hISTransNo; // } // // public String getDeptCode() { // return DeptCode; // } // // public void setDeptCode(String deptCode) { // DeptCode = deptCode; // } // // public String getDeptName() { // return DeptName; // } // // public void setDeptName(String deptName) { // DeptName = deptName; // } // // public String getDoctCode() { // return DoctCode; // } // // public void setDoctCode(String doctCode) { // DoctCode = doctCode; // } // // public String getDoctName() { // return DoctName; // } // // public void setDoctName(String doctName) { // DoctName = doctName; // } // // public String getMZNum() { // return MZNum; // } // // public void setMZNum(String mZNum) { // MZNum = mZNum; // } // // public String getClinicCode() { // return ClinicCode; // } // // public void setClinicCode(String clinicCode) { // ClinicCode = clinicCode; // } // // public String getClinicName() { // return ClinicName; // } // // public void setClinicName(String clinicName) { // ClinicName = clinicName; // } // // public String getRegistDate() { // return RegistDate; // } // // public void setRegistDate(String registDate) { // RegistDate = registDate; // } // // public String getRegistMoney() { // return RegistMoney; // } // // public void setRegistMoney(String registMoney) { // RegistMoney = registMoney; // } // // public String getIsTreat() { // return IsTreat; // } // // public void setIsTreat(String isTreat) { // IsTreat = isTreat; // } // // public String getHISTransNo() { // return HISTransNo; // } // // public void setHISTransNo(String hISTransNo) { // HISTransNo = hISTransNo; // } // // public String getCallNum() { // return CallNum; // } // // public void setCallNum(String callNum) { // CallNum = callNum; // } // //}