Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MailAccountService ¶
type MailAccountService struct {
service.OrmBaseService
}
* 同步表结构,服务继承基本服务的方法
func GetMailAccountService ¶
func GetMailAccountService() *MailAccountService
func (*MailAccountService) GetSeqName ¶
func (this *MailAccountService) GetSeqName() string
func (*MailAccountService) NewEntities ¶
func (this *MailAccountService) NewEntities(data []byte) (interface{}, error)
func (*MailAccountService) NewEntity ¶
func (this *MailAccountService) NewEntity(data []byte) (interface{}, error)
type MailBoxService ¶
type MailBoxService struct {
service.OrmBaseService
}
* 同步表结构,服务继承基本服务的方法
func GetMailBoxService ¶
func GetMailBoxService() *MailBoxService
func (*MailBoxService) GetSeqName ¶
func (this *MailBoxService) GetSeqName() string
func (*MailBoxService) NewEntities ¶
func (this *MailBoxService) NewEntities(data []byte) (interface{}, error)
func (*MailBoxService) NewEntity ¶
func (this *MailBoxService) NewEntity(data []byte) (interface{}, error)
type MailMessageService ¶
type MailMessageService struct {
service.OrmBaseService
}
* 同步表结构,服务继承基本服务的方法
func GetMailMessageService ¶
func GetMailMessageService() *MailMessageService
func (*MailMessageService) GetSeqName ¶
func (this *MailMessageService) GetSeqName() string
func (*MailMessageService) NewEntities ¶
func (this *MailMessageService) NewEntities(data []byte) (interface{}, error)
func (*MailMessageService) NewEntity ¶
func (this *MailMessageService) NewEntity(data []byte) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.