Supreme

Results 1 issues of Supreme

type UserInfo struct { //Name string `gorm:"name"` //Sex int `gorm:"sex"` //Age int `gorm:"age"` //Phone string `gorm:"phone"` Name string //Sex int Age int Phone string PassWord string } type UserListOutPutDto struct...