db

package
v0.4.6 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ModelBase

type ModelBase struct {
	ID                    string `bun:"id,pk" json:"id"`        //id
	UpdateTime            int64  `json:"updateTime"`            //更新时间
	CreateTime            int64  `json:"createTime"`            //创建时间
	OptimisticLockVersion int64  `json:"optimisticLockVersion"` //default 0 ,not null
}

Directories

Path Synopsis
gdao Module
gmodel Module

Jump to

Keyboard shortcuts

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