Documentation
¶
Index ¶
- func InjectIchubSysDeptEs(s *IchubSysDeptEs)
- func InjectSysDeptEs(s *SysDeptEs)
- func LoadIchubSysDeptEs() baseiface.ISingleton
- func LoadSysDeptEs() baseiface.ISingleton
- func NewWebFacadeContactShopEsOf(q elastic.Query) *webfacade.WebFacade[*ContactShopEs]
- func NewWebFacadeIchubSysDeptEs() *webfacade.WebFacade[*ContactShopEs]
- func NewWebFacadeSysDeptEs() *webfacade.WebFacade[*SysDeptEs]
- func NewWebFacadeSysDeptEsOf(q elastic.Query) *webfacade.WebFacade[*SysDeptEs]
- type IchubSysDeptEs
- type SysDeptEs
- func (self *SysDeptEs) Default() *webfacade.WebFacade[*SysDeptEs]
- func (self *SysDeptEs) DefaultOf(q elastic.Query) *webfacade.WebFacade[*SysDeptEs]
- func (self *SysDeptEs) EsFill(p any) error
- func (self *SysDeptEs) GetMapping() string
- func (self SysDeptEs) IndexAliasName() string
- func (self SysDeptEs) IndexID() string
- func (self *SysDeptEs) IndexName() string
- func (self *SysDeptEs) Init()
- func (self *SysDeptEs) Mapping() string
- func (self *SysDeptEs) PkeyName() string
- func (self *SysDeptEs) PkeyValue() string
- func (self *SysDeptEs) Shutdown()
- func (self *SysDeptEs) TableName() string
- func (self *SysDeptEs) Unmarshal(data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InjectIchubSysDeptEs ¶ added in v1.2.3
func InjectIchubSysDeptEs(s *IchubSysDeptEs)
func InjectSysDeptEs ¶ added in v1.2.3
func InjectSysDeptEs(s *SysDeptEs)
func LoadIchubSysDeptEs ¶ added in v1.2.3
func LoadIchubSysDeptEs() baseiface.ISingleton
func LoadSysDeptEs ¶ added in v1.2.3
func LoadSysDeptEs() baseiface.ISingleton
func NewWebFacadeContactShopEsOf ¶ added in v1.1.2
func NewWebFacadeIchubSysDeptEs ¶ added in v1.1.2
func NewWebFacadeSysDeptEs ¶
func NewWebFacadeSysDeptEsOf ¶
Types ¶
type IchubSysDeptEs ¶ added in v1.1.2
type IchubSysDeptEs struct { basedto.BaseEntity DelFlag string `json:"del_flag"` ParentId string `json:"parent_id"` Phone string `json:"phone"` CreateBy string `json:"create_by"` DeptName string `json:"dept_name"` Email string `json:"email"` OrderNm int64 `json:"order_nm"` Status string `json:"status"` Ancestors string `json:"ancestors"` CreateTime time.Time `json:"create_time"` CreatedBy string `json:"created_by"` Leader string `json:"leader"` UpdateBy string `json:"update_by"` DeptId string `json:"dept_id"` }
func FindBeanIchubSysDeptEs ¶ added in v1.2.3
func FindBeanIchubSysDeptEs() *IchubSysDeptEs
func NewContactShopEs ¶ added in v1.1.2
func NewContactShopEs() *IchubSysDeptEs
type SysDeptEs ¶
type SysDeptEs struct { basedto.BaseEntity DeptName string `json:"dept_name"` Email string `json:"email"` OrderNm int64 `json:"order_nm"` CreatedBy string `json:"created_by"` DelFlag string `json:"del_flag"` CreateBy string `json:"create_by"` Phone string `json:"phone"` UpdateBy string `json:"update_by"` Ancestors string `json:"ancestors"` DeptId string `json:"dept_id"` Leader string `json:"leader"` ParentId string `json:"parent_id"` Status string `json:"status"` CreateTime time.Time `json:"create_time"` }
func FindBeanSysDeptEs ¶ added in v1.2.3
func FindBeanSysDeptEs() *SysDeptEs
func NewSysDeptEs ¶
func NewSysDeptEs() *SysDeptEs
func (*SysDeptEs) GetMapping ¶
func (SysDeptEs) IndexAliasName ¶
Click to show internal directories.
Click to hide internal directories.