Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueryProductCateListByIdLogic ¶ added in v0.0.2
QueryProductCateListByIdLogic 根据parentId查询分类
Author: LiuFeiHua Date: 2024/5/16 14:47
func NewQueryProductCateListByIdLogic ¶ added in v0.0.2
func NewQueryProductCateListByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryProductCateListByIdLogic
func (*QueryProductCateListByIdLogic) QueryProductCateListById ¶ added in v0.0.2
func (l *QueryProductCateListByIdLogic) QueryProductCateListById(req *types.QueryProductCateListByIdReq) (resp *types.QueryProductCateListResp, err error)
QueryProductCateListById 根据parentId查询分类
type QueryProductCateTreeListLogic ¶ added in v0.0.2
QueryProductCateTreeListLogic 以树形结构获取所有商品分类
Author: LiuFeiHua Date: 2024/5/16 14:50
func NewQueryProductCateTreeListLogic ¶ added in v0.0.2
func NewQueryProductCateTreeListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryProductCateTreeListLogic
func (*QueryProductCateTreeListLogic) QueryProductCateTreeList ¶ added in v0.0.2
func (l *QueryProductCateTreeListLogic) QueryProductCateTreeList() (resp *types.QueryProductCateListResp, err error)
QueryProductCateTreeList 以树形结构获取所有商品分类
Click to show internal directories.
Click to hide internal directories.