Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddProductCategoryLogic ¶ added in v0.0.2
AddProductCategoryLogic 添加产品分类
Author: LiuFeiHua Date: 2024/6/12 16:53
func NewAddProductCategoryLogic ¶ added in v0.0.2
func NewAddProductCategoryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddProductCategoryLogic
func (*AddProductCategoryLogic) AddProductCategory ¶ added in v0.0.2
func (l *AddProductCategoryLogic) AddProductCategory(in *pmsclient.AddProductCategoryReq) (*pmsclient.AddProductCategoryResp, error)
AddProductCategory 添加产品分类
type DeleteProductCategoryLogic ¶ added in v0.0.2
DeleteProductCategoryLogic 删除产品分类
Author: LiuFeiHua Date: 2024/6/12 16:55
func NewDeleteProductCategoryLogic ¶ added in v0.0.2
func NewDeleteProductCategoryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteProductCategoryLogic
func (*DeleteProductCategoryLogic) DeleteProductCategory ¶ added in v0.0.2
func (l *DeleteProductCategoryLogic) DeleteProductCategory(in *pmsclient.DeleteProductCategoryReq) (*pmsclient.DeleteProductCategoryResp, error)
DeleteProductCategory 删除产品分类
type QueryProductCategoryDetailLogic ¶ added in v0.0.2
type QueryProductCategoryDetailLogic struct { logx.Logger // contains filtered or unexported fields }
QueryProductCategoryDetailLogic 查询产品分类详情
Author: LiuFeiHua Date: 2025/01/24 09:08:06
func NewQueryProductCategoryDetailLogic ¶ added in v0.0.2
func NewQueryProductCategoryDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryProductCategoryDetailLogic
func (*QueryProductCategoryDetailLogic) QueryProductCategoryDetail ¶ added in v0.0.2
func (l *QueryProductCategoryDetailLogic) QueryProductCategoryDetail(in *pmsclient.QueryProductCategoryDetailReq) (*pmsclient.QueryProductCategoryDetailResp, error)
QueryProductCategoryDetail 查询产品分类详情
type QueryProductCategoryListLogic ¶
QueryProductCategoryListLogic 查询商品类别列表逻辑处理
Author: LiuFeiHua Date: 2024/3/7 下午2:58
func NewQueryProductCategoryListLogic ¶
func NewQueryProductCategoryListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryProductCategoryListLogic
func (*QueryProductCategoryListLogic) QueryProductCategoryList ¶
func (l *QueryProductCategoryListLogic) QueryProductCategoryList(in *pmsclient.QueryProductCategoryListReq) (*pmsclient.QueryProductCategoryListResp, error)
QueryProductCategoryList 查询商品类别列表
type QueryProductCategoryTreeListLogic ¶ added in v0.0.2
type QueryProductCategoryTreeListLogic struct { logx.Logger // contains filtered or unexported fields }
func NewQueryProductCategoryTreeListLogic ¶ added in v0.0.2
func NewQueryProductCategoryTreeListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryProductCategoryTreeListLogic
func (*QueryProductCategoryTreeListLogic) QueryProductCategoryTreeList ¶ added in v0.0.2
func (l *QueryProductCategoryTreeListLogic) QueryProductCategoryTreeList(in *pmsclient.QueryProductCategoryTreeListReq) (*pmsclient.QueryProductCategoryListTreeResp, error)
查询商品分类(tree)
type UpdateCategoryNavStatusLogic ¶ added in v0.0.2
type UpdateCategoryNavStatusLogic struct { // contains filtered or unexported fields }
UpdateCategoryNavStatusLogic 商品类别
Author: LiuFeiHua Date: 2024/5/15 11:25
func NewUpdateCategoryNavStatusLogic ¶ added in v0.0.2
func NewUpdateCategoryNavStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateCategoryNavStatusLogic
func (*UpdateCategoryNavStatusLogic) UpdateCategoryNavStatus ¶ added in v0.0.2
func (l *UpdateCategoryNavStatusLogic) UpdateCategoryNavStatus(in *pmsclient.UpdateProductCategoryStatusReq) (*pmsclient.UpdateProductCategoryStatusResp, error)
UpdateCategoryNavStatus 更新商品分类导航显示状态
type UpdateCategoryShowStatusLogic ¶ added in v0.0.2
UpdateCategoryShowStatusLogic 商品类别
Author: LiuFeiHua Date: 2024/5/15 11:25
func NewUpdateCategoryShowStatusLogic ¶ added in v0.0.2
func NewUpdateCategoryShowStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateCategoryShowStatusLogic
func (*UpdateCategoryShowStatusLogic) UpdateCategoryShowStatus ¶ added in v0.0.2
func (l *UpdateCategoryShowStatusLogic) UpdateCategoryShowStatus(in *pmsclient.UpdateProductCategoryStatusReq) (*pmsclient.UpdateProductCategoryStatusResp, error)
UpdateCategoryShowStatus 更新商品分类显示状态
type UpdateProductCategoryLogic ¶ added in v0.0.2
UpdateProductCategoryLogic 更新产品分类
Author: LiuFeiHua Date: 2024/6/12 17:01
func NewUpdateProductCategoryLogic ¶ added in v0.0.2
func NewUpdateProductCategoryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateProductCategoryLogic
func (*UpdateProductCategoryLogic) UpdateProductCategory ¶ added in v0.0.2
func (l *UpdateProductCategoryLogic) UpdateProductCategory(in *pmsclient.UpdateProductCategoryReq) (*pmsclient.UpdateProductCategoryResp, error)
UpdateProductCategory 更新产品分类