4444
This commit is contained in:
@@ -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 检测用户
|
||||
|
||||
Reference in New Issue
Block a user