groupTicket

package
v0.0.0-...-01c5a3f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Account

type Account struct {
	common.Model
	common.ExtraModel
	AccountInfo
}

账户

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"`       //账户类型
}

type AccountRequest

type AccountRequest struct {
	request.PageInfo
	Account
}

账户请求

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL