logic

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeptAddLogic

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

DeptAddLogic

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

func NewDeptAddLogic

func NewDeptAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) DeptAddLogic

func (*DeptAddLogic) DeptAdd

func (l *DeptAddLogic) DeptAdd(req types.AddDeptReq) (*types.AddDeptResp, error)

DeptAdd 添加部门信息

type DeptDeleteLogic

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

DeptDeleteLogic

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

func NewDeptDeleteLogic

func NewDeptDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) DeptDeleteLogic

func (*DeptDeleteLogic) DeptDelete

DeptDelete 删除部门信息

type DeptListLogic

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

DeptListLogic 部门列表

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

func NewDeptListLogic

func NewDeptListLogic(ctx context.Context, svcCtx *svc.ServiceContext) DeptListLogic

func (*DeptListLogic) DeptList

func (l *DeptListLogic) DeptList(req types.ListDeptReq) (*types.ListDeptResp, error)

DeptList 部门列表

type DeptUpdateLogic

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

DeptUpdateLogic

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

func NewDeptUpdateLogic

func NewDeptUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) DeptUpdateLogic

func (*DeptUpdateLogic) DeptUpdate

DeptUpdate 更新部门信息

Jump to

Keyboard shortcuts

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