Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountInfo ¶
type AccountInfo struct {
UserName string `json:"userName" form:"userName" gorm:"comment:用户名"` //用户名
Password string `json:"password" form:"password" gorm:"comment:密码"` //密码
Url string `json:"url" form:"url" gorm:"comment:网址"` //网址
AccountSource string `json:"accountSource" form:"accountSource" gorm:"comment:账户来源;column:AccountSource"` //账户来源
AccountType string `json:"accountType" form:"accountType" gorm:"comment:账户类型;column:AccountType"` //账户类型
}
Click to show internal directories.
Click to hide internal directories.