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

95 lines
2.3 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年8月8日下午5:39:00
// * @version v1.0.0
// * @Copyright: 2017云南新八达科技有限公司 All rights reserved.
// */
//
//@XmlAccessorType(XmlAccessType.FIELD)
//@XmlRootElement(name = "Response")
//@XmlType(propOrder = { "TransactionCode", "ResponseCode", "ResponseMessage", "HISTransNo", "InvoiceTransNo","DrugInfo"})
//public class PayInvoiceResponseBean implements Serializable {
// /**
// *
// */
// private static final long serialVersionUID = 1L;
// String TransactionCode;
// String ResponseCode;
// String ResponseMessage;
// String HISTransNo;
// String InvoiceTransNo;
// String DrugInfo;
//
// public PayInvoiceResponseBean() {
// super();
// }
//
// public PayInvoiceResponseBean(String transactionCode, String responseCode, String responseMessage,
// String hISTransNo, String invoiceTransNo) {
// super();
// TransactionCode = transactionCode;
// ResponseCode = responseCode;
// ResponseMessage = responseMessage;
// HISTransNo = hISTransNo;
// InvoiceTransNo = invoiceTransNo;
// }
//
// 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 String getHISTransNo() {
// return HISTransNo;
// }
//
// public void setHISTransNo(String hISTransNo) {
// HISTransNo = hISTransNo;
// }
//
// public String getInvoiceTransNo() {
// return InvoiceTransNo;
// }
//
// public void setInvoiceTransNo(String invoiceTransNo) {
// InvoiceTransNo = invoiceTransNo;
// }
//
// public String getDrugInfo() {
// return DrugInfo;
// }
//
// public void setDrugInfo(String drugInfo) {
// DrugInfo = drugInfo;
// }
//
//}