后台充天医币添加支付方式和流水号
This commit is contained in:
@@ -47,6 +47,14 @@ public class TransactionDetailsEntity implements Serializable {
|
|||||||
* 备注
|
* 备注
|
||||||
*/
|
*/
|
||||||
private String remark;
|
private String remark;
|
||||||
|
/**
|
||||||
|
* 支付方式
|
||||||
|
*/
|
||||||
|
private String payMethod;
|
||||||
|
/**
|
||||||
|
* 支付渠道流水号
|
||||||
|
*/
|
||||||
|
private String payNo;
|
||||||
/**
|
/**
|
||||||
* 余额
|
* 余额
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user