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

185 lines
3.6 KiB

///**
// *
// */
//package com.ynxbd.wx.remove.bean;
//
//import java.io.Serializable;
//
///**
// * @Project:微信公众号
// * @author 张剑峰
// * @date 2018年4月24日上午9:38:47
// * @version v1.0.0
// * @Copyright: 2018云南新八达科技有限公司 All rights reserved.
// */
//
//public class RegBean4Local implements Serializable {
//
//
// private static final long serialVersionUID = 1L;
// String DeptCode;
// String DeptName;
// String DoctCode;
// String DoctName;
// String MZNum;
// String ClinicCode;
// String ClinicName;
// String RegistDate;
// String RegistMoney;
// String IsTreat;
// String HISTransNo;
// String PatientId;
// String PatientName;
// String Address;
// String CallNum;
//
// public RegBean4Local() {
// // TODO Auto-generated constructor stub
// }
//
// public RegBean4Local(String deptCode, String deptName, String doctCode, String doctName, String mZNum,
// String clinicCode, String clinicName, String registDate, String registMoney, String isTreat,
// String hISTransNo, String patientId, String patientName, String address, String callNum) {
// super();
// DeptCode = deptCode;
// DeptName = deptName;
// DoctCode = doctCode;
// DoctName = doctName;
// MZNum = mZNum;
// ClinicCode = clinicCode;
// ClinicName = clinicName;
// RegistDate = registDate;
// RegistMoney = registMoney;
// IsTreat = isTreat;
// HISTransNo = hISTransNo;
// PatientId = patientId;
// PatientName = patientName;
// Address = address;
// CallNum = callNum;
// }
//
// public String getAddress() {
// return Address;
// }
//
// public void setAddress(String address) {
// Address = address;
// }
//
//
//
// 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 getPatientId() {
// return PatientId;
// }
//
// public void setPatientId(String patientId) {
// PatientId = patientId;
// }
//
// public String getPatientName() {
// return PatientName;
// }
//
// public void setPatientName(String patientName) {
// PatientName = patientName;
// }
//
// public String getCallNum() {
// return CallNum;
// }
//
// public void setCallNum(String callNum) {
// CallNum = callNum;
// }
//
//
//
//}