Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InjectEmployeeService ¶
func InjectEmployeeService(s *EmployeeService)
func LoadEmployeeService ¶
func LoadEmployeeService() baseiface.ISingleton
Types ¶
type EmployeeService ¶
type EmployeeService struct { basedto.BaseEntity `gorm:"-"` // user by testing *dao.EmployeeDao }
SERVICE层服务结构体
func FindBeanEmployeeService ¶
func FindBeanEmployeeService() *EmployeeService
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.