This commit is contained in:
wangjinlei
2024-06-11 14:24:20 +08:00
parent 133a52c765
commit ff452b1f16
2 changed files with 26 additions and 0 deletions

View File

@@ -143,4 +143,7 @@ public class MyUserEntity implements Serializable {
private String remark;
@TableField(exist = false)
private UserVip userVip;
}