修改视频bug

This commit is contained in:
曹佳豪 2025-08-12 14:52:47 +08:00
parent 675272f04c
commit f727f28b46
2 changed files with 4 additions and 2 deletions

View File

@ -27,7 +27,8 @@ public class MemberAccountChangeRecordBO extends BaseBO<MemberAccountChangeRecor
@Schema(description ="MEMBER_ID")
private Long memberId;
@Schema(description = "账户id")
private Long accountId;
@Schema(description ="余额")
private BigDecimal moneyBalance;

View File

@ -28,7 +28,8 @@ public class MemberAccountChangeRecord extends BaseAudit {
@Schema(description ="会员id")
private Long memberId;
@Schema(description = "账户id")
private Long accountId;
@Schema(description ="余额")
private BigDecimal moneyBalance;