后管充值本金

This commit is contained in:
2023-11-08 11:28:57 +08:00
parent 97303f638b
commit 915edc47ad
8 changed files with 581 additions and 179 deletions

View File

@@ -52,6 +52,16 @@ public class MemberWalletLog {
*/
private String relatedOrderCode;
/**
* 变动前金额
*/
private BigDecimal beforeAmount;
/**
* 变动后金额
*/
private BigDecimal afterAmount;
/**
* 创建人
*/