修改vipprice,用户会员类型修改

This commit is contained in:
wuchunlei
2025-03-06 11:13:26 +08:00
parent 7921c8bfa9
commit 1fcde7e350
12 changed files with 148 additions and 86 deletions

View File

@@ -59,6 +59,8 @@ public class TransactionDetailsEntity implements Serializable {
private String tel;
private String note;
@TableField(exist = false)
private String productName;
}