package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Sep 21, 2023
License: BSD-3-Clause
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Entity struct {
ID uuid.UUID `gorm:"type:uuid;default:gen_random_uuid();comment:主键"`
CreatedAt time.Time `gorm:"comment:创建时间"`
UpdatedAt time.Time `gorm:"comment:更新时间"`
DeletedAt gorm.DeletedAt `gorm:"index;comment:删除时间"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.