Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddProductAttributeCategoryLogic ¶ added in v0.0.2
type AddProductAttributeCategoryLogic struct { logx.Logger // contains filtered or unexported fields }
AddProductAttributeCategoryLogic 添加产品属性分类
Author: LiuFeiHua Date: 2025/01/24 09:08:06
func NewAddProductAttributeCategoryLogic ¶ added in v0.0.2
func NewAddProductAttributeCategoryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddProductAttributeCategoryLogic
func (*AddProductAttributeCategoryLogic) AddProductAttributeCategory ¶ added in v0.0.2
func (l *AddProductAttributeCategoryLogic) AddProductAttributeCategory(in *pmsclient.AddProductAttributeCategoryReq) (*pmsclient.AddProductAttributeCategoryResp, error)
AddProductAttributeCategory 添加产品属性分类
type DeleteProductAttributeCategoryLogic ¶ added in v0.0.2
type DeleteProductAttributeCategoryLogic struct { logx.Logger // contains filtered or unexported fields }
DeleteProductAttributeCategoryLogic 删除产品属性分类
Author: LiuFeiHua Date: 2025/01/24 09:08:06
func NewDeleteProductAttributeCategoryLogic ¶ added in v0.0.2
func NewDeleteProductAttributeCategoryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteProductAttributeCategoryLogic
func (*DeleteProductAttributeCategoryLogic) DeleteProductAttributeCategory ¶ added in v0.0.2
func (l *DeleteProductAttributeCategoryLogic) DeleteProductAttributeCategory(in *pmsclient.DeleteProductAttributeCategoryReq) (*pmsclient.DeleteProductAttributeCategoryResp, error)
DeleteProductAttributeCategory 删除产品属性分类
type QueryCategoryWithAttrListLogic ¶ added in v0.0.2
type QueryCategoryWithAttrListLogic struct { logx.Logger // contains filtered or unexported fields }
QueryCategoryWithAttrListLogic
Author: LiuFeiHua Date: 2024/5/15 14:13
func NewQueryCategoryWithAttrListLogic ¶ added in v0.0.2
func NewQueryCategoryWithAttrListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryCategoryWithAttrListLogic
func (*QueryCategoryWithAttrListLogic) QueryCategoryWithAttrList ¶ added in v0.0.2
func (l *QueryCategoryWithAttrListLogic) QueryCategoryWithAttrList(in *pmsclient.QueryProductAttributeCategoryListReq) (*pmsclient.QueryProductAttributeCategoryListResp, error)
QueryCategoryWithAttrList 获取所有商品属性分类及其下属性
type QueryProductAttributeCategoryListLogic ¶ added in v0.0.2
type QueryProductAttributeCategoryListLogic struct { logx.Logger // contains filtered or unexported fields }
QueryProductAttributeCategoryListLogic 查询产品属性分类列表
Author: LiuFeiHua Date: 2025/01/24 09:08:06
func NewQueryProductAttributeCategoryListLogic ¶ added in v0.0.2
func NewQueryProductAttributeCategoryListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryProductAttributeCategoryListLogic
func (*QueryProductAttributeCategoryListLogic) QueryProductAttributeCategoryList ¶ added in v0.0.2
func (l *QueryProductAttributeCategoryListLogic) QueryProductAttributeCategoryList(in *pmsclient.QueryProductAttributeCategoryListReq) (*pmsclient.QueryProductAttributeCategoryListResp, error)
QueryProductAttributeCategoryList 查询产品属性分类列表
type UpdateProductAttributeCategoryLogic ¶ added in v0.0.2
type UpdateProductAttributeCategoryLogic struct { logx.Logger // contains filtered or unexported fields }
UpdateProductAttributeCategoryLogic 更新产品属性分类
Author: LiuFeiHua Date: 2025/01/24 09:08:06
func NewUpdateProductAttributeCategoryLogic ¶ added in v0.0.2
func NewUpdateProductAttributeCategoryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateProductAttributeCategoryLogic
func (*UpdateProductAttributeCategoryLogic) UpdateProductAttributeCategory ¶ added in v0.0.2
func (l *UpdateProductAttributeCategoryLogic) UpdateProductAttributeCategory(in *pmsclient.UpdateProductAttributeCategoryReq) (*pmsclient.UpdateProductAttributeCategoryResp, error)
UpdateProductAttributeCategory 更新产品属性分类