充值兑换码相关接口

This commit is contained in:
张松
2025-10-21 15:19:55 +08:00
parent 81ad6f433c
commit 2503acef47
2 changed files with 12 additions and 1 deletions

View File

@@ -83,4 +83,6 @@ public class MkRechargeRedemptionConfig implements Serializable {
@Column(onInsertValue = "now()", onUpdateValue = "now()")
private LocalDateTime updateTime;
@Column(ignore = true)
private Integer status;
}