This commit is contained in:
dute7liang
2024-01-20 18:29:44 +08:00
parent 5a9c8c9246
commit 2f67a35684
8 changed files with 116 additions and 12 deletions

View File

@@ -45,6 +45,10 @@ public class UserInfo {
* 登录次数
*/
private Integer loginCount;
/**
* 是否领取首充奖励true领取 false未领取
*/
private Boolean fastPay;
/**
* 最后登录IP
*/