Documentation ¶
Overview ¶
*
- Copyright 2014 @ 56x.net.
- name :
- author : jarryliu
- date : 2014-02-14 17:40
- description :
- history :
*
- Copyright 2014 @ 56x.net.
- name :
- author : jarryliu
- date : 2014-02-14 15:42
- description :
- history :
*
- Copyright 2014 @ 56x.net.
- name :
- author : jarryliu
- date : 2014-02-14 17:46
- description :
- history :
*
- Copyright 2014 @ 56x.net.
- name :
- author : jarryliu
- date : 2014-02-14 17:46
- description :
- history :
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewUserManager ¶
func NewUserManager(mchId int64, rep user.IUserRepo) user.IUserManager
Types ¶
type Person ¶
type Person struct {
// contains filtered or unexported fields
}
func (*Person) GetDomainId ¶
func (*Person) GetValue ¶
func (p *Person) GetValue() user.PersonValue
type Role ¶
type Role struct {
// contains filtered or unexported fields
}
func (*Role) GetDomainId ¶
type User ¶
type User struct {
// contains filtered or unexported fields
}
func (*User) GetCredential ¶
func (this *User) GetCredential(sign string) *user.CredentialValue
获取凭据
type UserManager ¶
type UserManager struct {
// contains filtered or unexported fields
}
func (*UserManager) GetDeliveryStaff ¶
func (u *UserManager) GetDeliveryStaff() []user.IDeliveryStaff
获取所有配送员
Click to show internal directories.
Click to hide internal directories.