internal

package
v0.0.0-...-92a1e37 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Guser

type Guser struct {
	Id         int         `orm:"id,primary"  json:"id"`         //
	Account    string      `orm:"account"     json:"account"`    // [账户]
	Password   string      `orm:"password"    json:"password"`   // [密码]
	CreateTime *gtime.Time `orm:"create_time" json:"createTime"` // [创建时间]
}

Guser is the golang structure for table guser.

Jump to

Keyboard shortcuts

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