entity

package
v0.0.0-...-4f62844 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2023 License: MulanPSL-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 Config

type Config struct {
	Id       int64     `xorm:"not null pk autoincr INT 'id'"`
	Cnfkey   string    `xorm:"varchar(150) comment('') "`
	Cnfvalue string    `xorm:"varchar(150) comment('') "`
	Status   int64     `xorm:"INT comment('状态') "`
	Created  time.Time `xorm:"created comment('创建时间')"` //创建时间
	Updated  time.Time `xorm:"updated comment('记录更新时间')"`
	Deleted  time.Time `xorm:"DATETIME comment('删除时间') "`
}

配置信息

Jump to

Keyboard shortcuts

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