Documentation ¶
Index ¶
- type BetweenFields
- type DateInt
- type EmployeeDto
- type EmployeeEntityDto
- type EmployeeParamsDto
- type QueryRange
- type SysDeptJsonResult
- func (result *SysDeptJsonResult) Fail() *SysDeptJsonResult
- func (result *SysDeptJsonResult) FailCodeMsg(code int32, msg string) *SysDeptJsonResult
- func (result *SysDeptJsonResult) FailMessage(msg string) *SysDeptJsonResult
- func (result *SysDeptJsonResult) String() string
- func (result *SysDeptJsonResult) Success() *SysDeptJsonResult
- func (result *SysDeptJsonResult) SuccessData(data model.SysDept) *SysDeptJsonResult
- func (result *SysDeptJsonResult) SuccessMessage(msg string) *SysDeptJsonResult
- func (result *SysDeptJsonResult) ToString() string
- type SysDeptPageResult
- func (result *SysDeptPageResult) Fail() *SysDeptPageResult
- func (result *SysDeptPageResult) FailCodeMsg(code int32, msg string) *SysDeptPageResult
- func (result *SysDeptPageResult) FailMessage(msg string) *SysDeptPageResult
- func (result *SysDeptPageResult) GetData() []model.SysDept
- func (result *SysDeptPageResult) SetData(s []model.SysDept)
- func (result *SysDeptPageResult) String() string
- func (result *SysDeptPageResult) Success() *SysDeptPageResult
- func (result *SysDeptPageResult) SuccessData(data []model.SysDept) *SysDeptPageResult
- func (result *SysDeptPageResult) SuccessMessage(msg string) *SysDeptPageResult
- func (result *SysDeptPageResult) ToString() string
- type SysDeptParam
- type SysDeptQueryParam
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BetweenFields ¶
type BetweenFields struct {
// contains filtered or unexported fields
}
type EmployeeDto ¶
func NewEmployeeDto ¶
func NewEmployeeDto() *EmployeeDto
type EmployeeEntityDto ¶
type EmployeeEntityDto struct {
model.EmployeeEntity
}
func NewEmployeeEntityDto ¶
func NewEmployeeEntityDto() *EmployeeEntityDto
type EmployeeParamsDto ¶
type EmployeeParamsDto struct {
model.EmployeeParams
}
func NewEmployeeParamsDto ¶
func NewEmployeeParamsDto() *EmployeeParamsDto
type QueryRange ¶
type SysDeptJsonResult ¶
type SysDeptJsonResult struct { Code int32 `json:"code"` Msg string `json:"msg"` Data *model.SysDept `json:"data"` }
func (*SysDeptJsonResult) Fail ¶
func (result *SysDeptJsonResult) Fail() *SysDeptJsonResult
func (*SysDeptJsonResult) FailCodeMsg ¶
func (result *SysDeptJsonResult) FailCodeMsg(code int32, msg string) *SysDeptJsonResult
func (*SysDeptJsonResult) FailMessage ¶
func (result *SysDeptJsonResult) FailMessage(msg string) *SysDeptJsonResult
func (*SysDeptJsonResult) String ¶
func (result *SysDeptJsonResult) String() string
func (*SysDeptJsonResult) Success ¶
func (result *SysDeptJsonResult) Success() *SysDeptJsonResult
func (*SysDeptJsonResult) SuccessData ¶
func (result *SysDeptJsonResult) SuccessData(data model.SysDept) *SysDeptJsonResult
func (*SysDeptJsonResult) SuccessMessage ¶
func (result *SysDeptJsonResult) SuccessMessage(msg string) *SysDeptJsonResult
func (*SysDeptJsonResult) ToString ¶
func (result *SysDeptJsonResult) ToString() string
type SysDeptPageResult ¶
type SysDeptPageResult struct { Code int32 `json:"code"` Msg string `json:"msg"` Page basedto.PageParam `json:"pagemsg"` Data []model.SysDept `json:"data"` }
func (*SysDeptPageResult) Fail ¶
func (result *SysDeptPageResult) Fail() *SysDeptPageResult
func (*SysDeptPageResult) FailCodeMsg ¶
func (result *SysDeptPageResult) FailCodeMsg(code int32, msg string) *SysDeptPageResult
func (*SysDeptPageResult) FailMessage ¶
func (result *SysDeptPageResult) FailMessage(msg string) *SysDeptPageResult
func (*SysDeptPageResult) GetData ¶
func (result *SysDeptPageResult) GetData() []model.SysDept
func (*SysDeptPageResult) SetData ¶
func (result *SysDeptPageResult) SetData(s []model.SysDept)
func (*SysDeptPageResult) String ¶
func (result *SysDeptPageResult) String() string
func (*SysDeptPageResult) Success ¶
func (result *SysDeptPageResult) Success() *SysDeptPageResult
func (*SysDeptPageResult) SuccessData ¶
func (result *SysDeptPageResult) SuccessData(data []model.SysDept) *SysDeptPageResult
func (*SysDeptPageResult) SuccessMessage ¶
func (result *SysDeptPageResult) SuccessMessage(msg string) *SysDeptPageResult
func (*SysDeptPageResult) ToString ¶
func (result *SysDeptPageResult) ToString() string
type SysDeptParam ¶
type SysDeptQueryParam ¶
type SysDeptQueryParam struct { Current int `json:"current"` PageSize int `json:"page_size"` OrderBys string `json:"order_bys"` FuzzyQuery bool `json:"fuzzy_query"` EsQuery bool `json:"es_query"` Param *SysDeptParam `json:"param"` }
func (*SysDeptQueryParam) Ini ¶
func (param *SysDeptQueryParam) Ini()
func (*SysDeptQueryParam) String ¶
func (param *SysDeptQueryParam) String() string
func (*SysDeptQueryParam) ToString ¶
func (param *SysDeptQueryParam) ToString() string
Click to show internal directories.
Click to hide internal directories.