update 查询会员余额变动记录列表

This commit is contained in:
2023-11-08 14:59:19 +08:00
parent d87eb90691
commit 714f3e41d7
3 changed files with 14 additions and 1 deletions

View File

@@ -64,4 +64,14 @@ public class MemberWalletLogVO {
* 退款金额
*/
private BigDecimal refundAmount;
/**
* 变动前金额
*/
private BigDecimal beforeAmount;
/**
* 变动后金额
*/
private BigDecimal afterAmount;
}