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.
92 lines
2.2 KiB
92 lines
2.2 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 2020年5月19日下午9:32:41
|
|
// * @version v1.0.0
|
|
// * @Copyright: 2020云南新八达科技有限公司 All rights reserved.
|
|
// */
|
|
//
|
|
//@XmlAccessorType(XmlAccessType.FIELD)
|
|
//@XmlRootElement(name = "Item")
|
|
//@XmlType(propOrder = { "TransactionDate", "CallOperDate", "HISOperDate", "Money", "TransNo", "FPNum" })
|
|
//public class TransactionItemBean implements Serializable {
|
|
//
|
|
// private static final long serialVersionUID = 1031378197294822571L;
|
|
// String TransactionDate;
|
|
// String CallOperDate;
|
|
// String HISOperDate;
|
|
// String Money;
|
|
// String TransNo;
|
|
// String FPNum;
|
|
//
|
|
// public TransactionItemBean() {
|
|
// super();
|
|
// }
|
|
//
|
|
// public TransactionItemBean(String TransactionDate, String CallOperDate, String HISOperDate, String Money,
|
|
// String TransNo, String FPNum) {
|
|
// this.TransactionDate = TransactionDate;
|
|
// this.CallOperDate = CallOperDate;
|
|
// this.HISOperDate = HISOperDate;
|
|
// this.Money = Money;
|
|
// this.TransNo = TransNo;
|
|
// this.FPNum = FPNum;
|
|
// }
|
|
//
|
|
// public String getTransactionDate() {
|
|
// return TransactionDate;
|
|
// }
|
|
//
|
|
// public void setTransactionDate(String transactionDate) {
|
|
// TransactionDate = transactionDate;
|
|
// }
|
|
//
|
|
// public String getCallOperDate() {
|
|
// return CallOperDate;
|
|
// }
|
|
//
|
|
// public void setCallOperDate(String callOperDate) {
|
|
// CallOperDate = callOperDate;
|
|
// }
|
|
//
|
|
// public String getHISOperDate() {
|
|
// return HISOperDate;
|
|
// }
|
|
//
|
|
// public void setHISOperDate(String hISOperDate) {
|
|
// HISOperDate = hISOperDate;
|
|
// }
|
|
//
|
|
// public String getMoney() {
|
|
// return Money;
|
|
// }
|
|
//
|
|
// public void setMoney(String money) {
|
|
// Money = money;
|
|
// }
|
|
//
|
|
// public String getTransNo() {
|
|
// return TransNo;
|
|
// }
|
|
//
|
|
// public void setTransNo(String transNo) {
|
|
// TransNo = transNo;
|
|
// }
|
|
//
|
|
// public String getFPNum() {
|
|
// return FPNum;
|
|
// }
|
|
//
|
|
// public void setFPNum(String fPNum) {
|
|
// FPNum = fPNum;
|
|
// }
|
|
//}
|
|
|