Commit 581b142a by zhiwj

交易单号

parent f9ccba43
......@@ -94,6 +94,11 @@ public class BillingRechargeRecordDTO implements Serializable {
private String approvalName;
private String approvalPhone;
/**
* 第三方的交易单号(微信)
*/
private String onlineSerialNumber;
public Integer getRechargeRecordId() {
return rechargeRecordId;
}
......@@ -310,4 +315,11 @@ public class BillingRechargeRecordDTO implements Serializable {
this.initiatorName = initiatorName;
}
public String getOnlineSerialNumber() {
return onlineSerialNumber;
}
public void setOnlineSerialNumber(String onlineSerialNumber) {
this.onlineSerialNumber = onlineSerialNumber;
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment