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.
81 lines
2.1 KiB
81 lines
2.1 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 2019年10月23日上午10:41:26
|
|
// * @version v1.0.0
|
|
// * @Copyright: 2019云南新八达科技有限公司 All rights reserved.
|
|
// */
|
|
//@XmlAccessorType(XmlAccessType.FIELD)
|
|
//@XmlRootElement(name = "Response")
|
|
//@XmlType(propOrder = { "TransactionCode", "ResponseCode", "ResponseMessage", "Dept" })
|
|
//
|
|
//public class Time_NewDoctResponseBean implements Serializable {
|
|
//
|
|
// /**
|
|
// *
|
|
// */
|
|
// private static final long serialVersionUID = 8342309017500477257L;
|
|
// private String TransactionCode;
|
|
// private String ResponseCode;
|
|
// private String ResponseMessage;
|
|
// private Time_NewDept4DoctBean Dept;
|
|
//
|
|
// 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 Time_NewDept4DoctBean getDept() {
|
|
// return Dept;
|
|
// }
|
|
//
|
|
// public void setDept(Time_NewDept4DoctBean dept) {
|
|
// Dept = dept;
|
|
// }
|
|
//
|
|
// public Time_NewDoctResponseBean(String transactionCode, String responseCode, String responseMessage,
|
|
// Time_NewDept4DoctBean dept) {
|
|
// super();
|
|
// TransactionCode = transactionCode;
|
|
// ResponseCode = responseCode;
|
|
// ResponseMessage = responseMessage;
|
|
// Dept = dept;
|
|
// }
|
|
//
|
|
// public Time_NewDoctResponseBean() {
|
|
// super();
|
|
// // TODO Auto-generated constructor stub
|
|
// }
|
|
//
|
|
//}
|
|
|