mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-06-25 06:30:48 +08:00
用户引导登录-增加是否为新用户标识
This commit is contained in:
@@ -69,4 +69,7 @@ public class User implements Serializable {
|
||||
@ApiModelProperty("删除时间")
|
||||
private Long deleteTime;
|
||||
|
||||
@ApiModelProperty("是否为新用户: [0=否, 1=是]")
|
||||
private Integer isNew;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user