Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InstSysDeptService = NewSysDeptService()
SERVICE层服务实例变量
Functions ¶
func InjectSysDeptService ¶
func InjectSysDeptService(s *SysDeptService)
func LoadSysDeptService ¶
func LoadSysDeptService() baseiface.ISingleton
Types ¶
type Baseservice ¶
type Baseservice interface { }
type SysDeptService ¶
type SysDeptService struct { basedto.BaseEntity `gorm:"-"` // user by testing *dao.SysDeptDao }
SERVICE层服务结构体
func FindBeanSysDeptService ¶
func FindBeanSysDeptService() *SysDeptService
func NewSysDeptService ¶
func NewSysDeptService() *SysDeptService
Click to show internal directories.
Click to hide internal directories.