package vo import "service.xpcool.com/internal/model/dto" type Login struct { Token dto.TokenPair `json:"token"` UserID uint64 `json:"userId"` Terminal string `json:"terminal,omitempty"` }