Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddProductAttributeLogic ¶ added in v0.0.2
AddProductAttributeLogic 添加商品属性参数表
Author: LiuFeiHua Date: 2024/6/12 16:47
func NewAddProductAttributeLogic ¶ added in v0.0.2
func NewAddProductAttributeLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddProductAttributeLogic
func (*AddProductAttributeLogic) AddProductAttribute ¶ added in v0.0.2
func (l *AddProductAttributeLogic) AddProductAttribute(in *pmsclient.AddProductAttributeReq) (*pmsclient.AddProductAttributeResp, error)
AddProductAttribute 添加商品属性参数表
type DeleteProductAttributeLogic ¶ added in v0.0.2
DeleteProductAttributeLogic 删除商品属性参数表
Author: LiuFeiHua Date: 2024/6/12 16:48
func NewDeleteProductAttributeLogic ¶ added in v0.0.2
func NewDeleteProductAttributeLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteProductAttributeLogic
func (*DeleteProductAttributeLogic) DeleteProductAttribute ¶ added in v0.0.2
func (l *DeleteProductAttributeLogic) DeleteProductAttribute(in *pmsclient.DeleteProductAttributeReq) (*pmsclient.DeleteProductAttributeResp, error)
DeleteProductAttribute 删除商品属性参数表 1.根据属性id查询属性信息 2.根据属性分类id查询分类信息
type QueryByproductCategoryIdLogic ¶ added in v0.0.2
QueryByproductCategoryIdLogic 商品属性
Author: LiuFeiHua Date: 2024/5/15 15:03
func NewQueryByproductCategoryIdLogic ¶ added in v0.0.2
func NewQueryByproductCategoryIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryByproductCategoryIdLogic
func (*QueryByproductCategoryIdLogic) QueryByproductCategoryId ¶ added in v0.0.2
func (l *QueryByproductCategoryIdLogic) QueryByproductCategoryId(in *pmsclient.QueryByproductCategoryIdReq) (*pmsclient.QueryByproductCategoryIdResp, error)
QueryByproductCategoryId 根据商品分类的id获取商品属性及属性分类
type QueryProductAttributeListLogic ¶ added in v0.0.2
type QueryProductAttributeListLogic struct { logx.Logger // contains filtered or unexported fields }
QueryProductAttributeListLogic 查询商品属性参数表列表
Author: LiuFeiHua Date: 2024/6/12 16:48
func NewQueryProductAttributeListLogic ¶ added in v0.0.2
func NewQueryProductAttributeListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryProductAttributeListLogic
func (*QueryProductAttributeListLogic) QueryProductAttributeList ¶ added in v0.0.2
func (l *QueryProductAttributeListLogic) QueryProductAttributeList(in *pmsclient.QueryProductAttributeListReq) (*pmsclient.QueryProductAttributeListResp, error)
QueryProductAttributeList 查询商品属性参数表列表
Click to show internal directories.
Click to hide internal directories.