entity

package
v0.0.0-...-70261f9 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2023 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 MODEL

type MODEL struct {
	//gorm.Model
	ID        uint      `gorm:"column:id;primaryKey;autoIncrement:true;type:int;" json:"ID"` // 主键ID
	CreatedAt time.Time `gorm:"column:created_at;not null;autoCreateTime" json:"CreatedAt"`  // 创建时间
	UpdatedAt time.Time `gorm:"column:updated_at;not null;autoUpdateTime" json:"UpdatedAt"`  // 更新时间

}

json 推荐下划线

Jump to

Keyboard shortcuts

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