Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InstItemDao = NewItemDao()
Functions ¶
This section is empty.
Types ¶
type ItemDao ¶
type ItemDao struct { basedto.BaseEntity `gorm:"-"` *generaldao.BaseDao[int32, *model.Item] }
func NewItemDao ¶
func NewItemDao() *ItemDao
Click to show internal directories.
Click to hide internal directories.