package
Version:
v0.0.0-...-7253f33
Opens a new window with list of versions in this module.
Published: Oct 3, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BaseModel struct {
ID uint64 `gorm:"column:id;primaryKey;autoIncrement;" json:"id,omitempty"`
}
BaseModel 模型基类
type CommonTimestampsField struct {
CreatedAt time.Time `gorm:"column:created_at;index;" json:"created_at,omitempty"`
UpdatedAt time.Time `gorm:"column:updated_at;index;" json:"updated_at,omitempty"`
}
CommonTimestampsField 时间戳
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.