Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeptAddLogic ¶
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 ¶
DeptDeleteLogic
Author: LiuFeiHua Date: 2023/12/18 17:16
func NewDeptDeleteLogic ¶
func NewDeptDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) DeptDeleteLogic
func (*DeptDeleteLogic) DeptDelete ¶
func (l *DeptDeleteLogic) DeptDelete(req types.DeleteDeptReq) (*types.DeleteDeptResp, error)
DeptDelete 删除部门信息
type DeptListLogic ¶
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 ¶
DeptUpdateLogic
Author: LiuFeiHua Date: 2023/12/18 17:17
func NewDeptUpdateLogic ¶
func NewDeptUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) DeptUpdateLogic
func (*DeptUpdateLogic) DeptUpdate ¶
func (l *DeptUpdateLogic) DeptUpdate(req types.UpdateDeptReq) (*types.UpdateDeptResp, error)
DeptUpdate 更新部门信息
Click to show internal directories.
Click to hide internal directories.