Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InstEmployeeService = NewEmployeeService()
SERVICE层服务实例变量
Functions ¶
This section is empty.
Types ¶
type EmployeeService ¶
type EmployeeService struct { basedto.BaseEntity `gorm:"-"` // user by testing *dao.EmployeeDao }
SERVICE层服务结构体
func NewEmployeeService ¶
func NewEmployeeService() *EmployeeService
func (*EmployeeService) FindDao ¶
func (this *EmployeeService) FindDao() *dao.EmployeeDao
used by real
Click to show internal directories.
Click to hide internal directories.