base

package
v0.0.0-...-7444d27 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2024 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 BaseTimeModel

type BaseTimeModel struct {
	CreateTime time.Time `xorm:"created comment('创建时间')"` // 创建时间
	UpdateTime time.Time `xorm:"updated comment('修改时间')"` // 更新时间
	DeleteTime time.Time `xorm:"deleted comment('删除时间')"` // 删除时间
}

BaseTimeModel 基础模型

Xorm会自动处理创建时间、更新时间、删除时间: 创建时给定当前时间、更新时给定当前时间、删除时给定当前时间

Jump to

Keyboard shortcuts

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