Documentation
¶
Index ¶
- func NewWebFacadeSysDeptEs() *webfacade.WebFacade[*SysDeptEs]
- func NewWebFacadeSysDeptEsOf(q elastic.Query) *webfacade.WebFacade[*SysDeptEs]
- 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 NewWebFacadeSysDeptEs ¶
func NewWebFacadeSysDeptEsOf ¶
Types ¶
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 NewSysDeptEs ¶
func NewSysDeptEs() *SysDeptEs
func (*SysDeptEs) GetMapping ¶
func (SysDeptEs) IndexAliasName ¶
Click to show internal directories.
Click to hide internal directories.