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