修改视频bug
This commit is contained in:
parent
675272f04c
commit
f727f28b46
@ -27,7 +27,8 @@ public class MemberAccountChangeRecordBO extends BaseBO<MemberAccountChangeRecor
|
|||||||
@Schema(description ="MEMBER_ID")
|
@Schema(description ="MEMBER_ID")
|
||||||
private Long memberId;
|
private Long memberId;
|
||||||
|
|
||||||
|
@Schema(description = "账户id")
|
||||||
|
private Long accountId;
|
||||||
@Schema(description ="余额")
|
@Schema(description ="余额")
|
||||||
private BigDecimal moneyBalance;
|
private BigDecimal moneyBalance;
|
||||||
|
|
||||||
|
@ -28,7 +28,8 @@ public class MemberAccountChangeRecord extends BaseAudit {
|
|||||||
|
|
||||||
@Schema(description ="会员id")
|
@Schema(description ="会员id")
|
||||||
private Long memberId;
|
private Long memberId;
|
||||||
|
@Schema(description = "账户id")
|
||||||
|
private Long accountId;
|
||||||
|
|
||||||
@Schema(description ="余额")
|
@Schema(description ="余额")
|
||||||
private BigDecimal moneyBalance;
|
private BigDecimal moneyBalance;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user