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

129 lines
2.8 KiB

//package com.ynxbd.common.bean;
//
//import java.io.Serializable;
//
//public class RefundBean implements Serializable {
// /**
// *
// */
// private static final long serialVersionUID = 2664591372521620932L;
// int ID;
// String TradeNo;
// String BankTransNo;
// String CreateTime;
// String Creater;
// String HisResult;
// Boolean HasRefunded;
// Boolean HasHisPayed;
// Boolean HasStoped;
// int QueryCount;
// String UpdateTime;
//
// public int getID() {
// return ID;
// }
//
// public void setID(int iD) {
// ID = iD;
// }
//
// public String getTradeNo() {
// return TradeNo;
// }
//
// public void setTradeNo(String tradeNo) {
// TradeNo = tradeNo;
// }
//
// public String getBankTransNo() {
// return BankTransNo;
// }
//
// public void setBankTransNo(String bankTransNo) {
// BankTransNo = bankTransNo;
// }
//
// public String getCreateTime() {
// return CreateTime;
// }
//
// public void setCreateTime(String createTime) {
// CreateTime = createTime;
// }
//
// public String getCreater() {
// return Creater;
// }
//
// public void setCreater(String creater) {
// Creater = creater;
// }
//
// public Boolean getHasRefunded() {
// return HasRefunded;
// }
//
// public void setHasRefunded(Boolean hasRefunded) {
// HasRefunded = hasRefunded;
// }
//
// public Boolean getHasHisPayed() {
// return HasHisPayed;
// }
//
// public void setHasHisPayed(Boolean hasHisPayed) {
// HasHisPayed = hasHisPayed;
// }
//
// public String getHisQueryResult() {
// return HisResult;
// }
//
// public void setHisQueryResult(String hisQueryResult) {
// HisResult = hisQueryResult;
// }
//
// public int getQueryCount() {
// return QueryCount;
// }
//
// public void setQueryCount(int queryCount) {
// QueryCount = queryCount;
// }
//
// public String getUpdateTime() {
// return UpdateTime;
// }
//
// public void setUpdateTime(String updateTime) {
// UpdateTime = updateTime;
// }
//
// public Boolean getHasStoped() {
// return HasStoped;
// }
//
// public void setHasStoped(Boolean hasStoped) {
// HasStoped = hasStoped;
// }
//
// public RefundBean(){
// super();
// }
//
// public RefundBean(int ID, String TradeNo, String BankTransNo, String CreateTime, String Creater,
// Boolean HasRefunded, Boolean HasHisPayed, String HisQueryResult, int QueryCount, String UpdateTime, Boolean HasStoped) {
// super();
// this.ID = ID;
// this.TradeNo = TradeNo;
// this.BankTransNo = BankTransNo;
// this.CreateTime = CreateTime;
// this.Creater = Creater;
// this.HasRefunded = HasRefunded;
// this.HasHisPayed = HasHisPayed;
// this.HisResult = HisQueryResult;
// this.QueryCount = QueryCount;
// this.UpdateTime = UpdateTime;
// this.HasStoped = HasStoped;
// }
//}