dict_item

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: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddDictItemLogic

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

AddDictItemLogic 添加字典数据

Author: LiuFeiHua Date: 2024/5/28 16:01

func NewAddDictItemLogic

func NewAddDictItemLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddDictItemLogic

func (*AddDictItemLogic) AddDictItem

func (l *AddDictItemLogic) AddDictItem(req *types.AddDictItemReq) (resp *types.AddDictItemResp, err error)

AddDictItem 添加字典数据

type DeleteDictItemLogic

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

DeleteDictItemLogic 字典数据

Author: LiuFeiHua Date: 2024/5/28 16:01

func NewDeleteDictItemLogic

func NewDeleteDictItemLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteDictItemLogic

func (*DeleteDictItemLogic) DeleteDictItem

func (l *DeleteDictItemLogic) DeleteDictItem(req *types.DeleteDictItemReq) (resp *types.DeleteDictItemResp, err error)

DeleteDictItem 删除字典数据

type QueryDictItemDetailLogic

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

QueryDictItemDetailLogic 查询字典数据详情

Author: LiuFeiHua Date: 2024/5/29 17:13

func NewQueryDictItemDetailLogic

func NewQueryDictItemDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryDictItemDetailLogic

func (*QueryDictItemDetailLogic) QueryDictItemDetail

func (l *QueryDictItemDetailLogic) QueryDictItemDetail(req *types.QueryDictItemDetailReq) (resp *types.QueryDictItemDetailResp, err error)

QueryDictItemDetail 查询字典数据详情

type QueryDictItemListLogic

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

QueryDictItemListLogic 字典数据列表

Author: LiuFeiHua Date: 2024/5/28 16:01

func NewQueryDictItemListLogic

func NewQueryDictItemListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryDictItemListLogic

func (*QueryDictItemListLogic) QueryDictItemList

func (l *QueryDictItemListLogic) QueryDictItemList(req *types.QueryDictItemListReq) (resp *types.QueryDictItemListResp, err error)

QueryDictItemList 查询字典数据列表

type UpdateDictItemLogic

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

UpdateDictItemLogic 字典数据

Author: LiuFeiHua Date: 2024/5/28 16:01

func NewUpdateDictItemLogic

func NewUpdateDictItemLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateDictItemLogic

func (*UpdateDictItemLogic) UpdateDictItem

func (l *UpdateDictItemLogic) UpdateDictItem(req *types.UpdateDictItemReq) (resp *types.UpdateDictItemResp, err error)

UpdateDictItem 更新字典数据

type UpdateDictItemStatusLogic

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

UpdateDictItemStatusLogic 更新字典数据状态

func NewUpdateDictItemStatusLogic

func NewUpdateDictItemStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateDictItemStatusLogic

func (*UpdateDictItemStatusLogic) UpdateDictItemStatus

UpdateDictItemStatus 更新字典数据状态

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳