From 1387e98c1275f66336713c9225c5aabdb310ba14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Wed, 7 Aug 2024 15:45:11 +0800 Subject: [PATCH] =?UTF-8?q?User=E8=A1=A8=E6=96=B0=E5=A2=9E=EF=BC=9AloginNu?= =?UTF-8?q?m=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/gxwebsoft/common/system/entity/User.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/java/com/gxwebsoft/common/system/entity/User.java b/src/main/java/com/gxwebsoft/common/system/entity/User.java index a70a311..ff94544 100644 --- a/src/main/java/com/gxwebsoft/common/system/entity/User.java +++ b/src/main/java/com/gxwebsoft/common/system/entity/User.java @@ -251,6 +251,9 @@ public class User implements UserDetails { @ApiModelProperty("微信unionid") private String unionid; + @ApiModelProperty(value = "累计登录次数") + private Integer loginNum; + @ApiModelProperty("ico文件") @TableField(exist = false) private String logo;