dept

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 24, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddDeptLogic added in v0.0.2

type AddDeptLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

AddDeptLogic 添加部门信息

Author: LiuFeiHua Date: 2023/12/18 17:16

func NewAddDeptLogic added in v0.0.2

func NewAddDeptLogic(ctx context.Context, svcCtx *svc.ServiceContext) AddDeptLogic

func (*AddDeptLogic) AddDept added in v0.0.2

func (l *AddDeptLogic) AddDept(req *types.AddDeptReq) (*types.AddDeptResp, error)

AddDept 添加部门信息

type DeleteDeptLogic added in v0.0.2

type DeleteDeptLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

DeleteDeptLogic

Author: LiuFeiHua Date: 2023/12/18 17:16

func NewDeleteDeptLogic added in v0.0.2

func NewDeleteDeptLogic(ctx context.Context, svcCtx *svc.ServiceContext) DeleteDeptLogic

func (*DeleteDeptLogic) DeleteDept added in v0.0.2

func (l *DeleteDeptLogic) DeleteDept(req *types.DeleteDeptReq) (*types.DeleteDeptResp, error)

DeleteDept 删除部门信息

type QueryDeptDetailLogic added in v0.0.2

type QueryDeptDetailLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

QueryDeptDetailLogic 查询部门详细信息

Author: LiuFeiHua Date: 2024/5/29 16:41

func NewQueryDeptDetailLogic added in v0.0.2

func NewQueryDeptDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryDeptDetailLogic

func (*QueryDeptDetailLogic) QueryDeptDetail added in v0.0.2

func (l *QueryDeptDetailLogic) QueryDeptDetail(req *types.QueryDeptDetailReq) (resp *types.QueryDeptDetailResp, err error)

QueryDeptDetail 查询部门详细信息

type QueryDeptListLogic added in v0.0.2

type QueryDeptListLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

QueryDeptListLogic 部门列表

Author: LiuFeiHua Date: 2023/12/18 17:16

func NewQueryDeptListLogic added in v0.0.2

func NewQueryDeptListLogic(ctx context.Context, svcCtx *svc.ServiceContext) QueryDeptListLogic

func (*QueryDeptListLogic) QueryDeptList added in v0.0.2

QueryDeptList 查询部门列表

type UpdateDeptLogic added in v0.0.2

type UpdateDeptLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

UpdateDeptLogic 更新部门信息

Author: LiuFeiHua Date: 2023/12/18 17:17

func NewUpdateDeptLogic added in v0.0.2

func NewUpdateDeptLogic(ctx context.Context, svcCtx *svc.ServiceContext) UpdateDeptLogic

func (*UpdateDeptLogic) UpdateDept added in v0.0.2

func (l *UpdateDeptLogic) UpdateDept(req *types.UpdateDeptReq) (*types.UpdateDeptResp, error)

UpdateDept 更新部门信息

type UpdateDeptStatusLogic added in v0.0.2

type UpdateDeptStatusLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

UpdateDeptStatusLogic 更新部门状态

Author: LiuFeiHua Date: 2024/5/29 16:40

func NewUpdateDeptStatusLogic added in v0.0.2

func NewUpdateDeptStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateDeptStatusLogic

func (*UpdateDeptStatusLogic) UpdateDeptStatus added in v0.0.2

func (l *UpdateDeptStatusLogic) UpdateDeptStatus(req *types.UpdateDeptStatusReq) (resp *types.UpdateDeptStatusResp, err error)

UpdateDeptStatus 更新部门状态

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL