This commit is contained in:
2024-08-23 13:24:28 +08:00
parent 3f2dae8364
commit d40aafe627
3 changed files with 22 additions and 3 deletions
+1
View File
@@ -26,6 +26,7 @@ type UserDto struct {
LoginIp string `json:"login_ip"` // 登陆ip
CreatedAt model.LocalTime `json:"created_at"` // 创建时间
UpdatedAt model.LocalTime `json:"updated_at"` // 更新时间
IsCompleteInfo bool `json:"Is_complete_info"` // 信息是否完整(0:否 1:是)
}
// UserCheckDto 检测用户