package
Version:
v0.0.0-...-479a790
Opens a new window with list of versions in this module.
Published: Aug 15, 2022
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NewDBEngine 初始化数据库,并且连接数据库
type Model struct {
ID uint32 `gorm:"primary_key" json:"id"`
CreatedOn uint32 `json:"created_on"`
ModifiedOn uint32 `json:"modified_on"`
DeletedOn uint32 `json:"deleted_on"`
IsDel uint8 `json:"is_del"`
}
Model 所有model头字段
Source Files
¶
Click to show internal directories.
Click to hide internal directories.