增加会员明细和导出功能

This commit is contained in:
YAS\29473
2025-04-02 14:48:39 +08:00
parent d697b5092f
commit 5f8b4fdede
8 changed files with 368 additions and 6 deletions

View File

@@ -81,4 +81,9 @@ public class MemberWalletLogVO {
* 变动后金额
*/
private BigDecimal afterAmount;
/**
* 操作人员
*/
private String createBy;
}