This commit is contained in:
wuchunlei
2024-06-11 15:09:31 +08:00
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;
}