微信后端代码
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.

189 lines
3.7 KiB

///**
// *
// */
//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日上午11:14:23
// * @version v1.0.0
// * @Copyright: 2017 云南新八达科技有限公司 All rights reserved.
// */
//
//@XmlAccessorType(XmlAccessType.FIELD)
//@XmlRootElement(name = "Reservation")
//@XmlType(propOrder = { "DeptCode", "DeptName", "DoctCode", "DoctName", "Address", "TitleCode", "Title", "Spec", "ClinicCode",
// "ClinicName", "RegFee", "ClinicFee", "ReservationDate", "TID", "IsTake", "HISTransNo","ReservationTransNo" })
//public class ReservationBean implements Serializable {
//
// /**
// *
// */
// private static final long serialVersionUID = 1L;
// String DeptCode;
// String DeptName;
// String DoctCode;
// String DoctName;
// String TitleCode;
// String Title;
// String Spec;
// String ClinicCode;
// String ClinicName;
// String RegFee;
// String ClinicFee;
// String ReservationDate;
// String TID;
// String IsTake;
// String ReservationTransNo;
// String HISTransNo;
// String Address;
//
// public String getAddress() {
// return Address;
// }
//
// public void setAddress(String address) {
// Address = address;
// }
//
// public ReservationBean() {
// // TODO Auto-generated constructor stub
// }
//
// 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 getTitleCode() {
// return TitleCode;
// }
//
// public void setTitleCode(String titleCode) {
// TitleCode = titleCode;
// }
//
// public String getTitle() {
// return Title;
// }
//
// public void setTitle(String title) {
// Title = title;
// }
//
// public String getSpec() {
// return Spec;
// }
//
// public void setSpec(String spec) {
// Spec = spec;
// }
//
// 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 getRegFee() {
// return RegFee;
// }
//
// public void setRegFee(String regFee) {
// RegFee = regFee;
// }
//
// public String getClinicFee() {
// return ClinicFee;
// }
//
// public void setClinicFee(String clinicFee) {
// ClinicFee = clinicFee;
// }
//
// public String getReservationDate() {
// return ReservationDate;
// }
//
// public void setReservationDate(String reservationDate) {
// ReservationDate = reservationDate;
// }
//
// public String getTID() {
// return TID;
// }
//
// public void setTID(String tID) {
// TID = tID;
// }
//
// public String getIsTake() {
// return IsTake;
// }
//
// public void setIsTake(String isTake) {
// IsTake = isTake;
// }
//
// public String getReservationTransNo() {
// return ReservationTransNo;
// }
//
// public void setReservationTransNo(String reservationTransNo) {
// ReservationTransNo = reservationTransNo;
// }
//
// public String getHISTransNo() {
// return HISTransNo;
// }
//
// public void setHISTransNo(String hISTransNo) {
// HISTransNo = hISTransNo;
// }
//
//}