Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProductCategoryAttributeRelationAddLogic ¶
type ProductCategoryAttributeRelationAddLogic struct { logx.Logger // contains filtered or unexported fields }
ProductCategoryAttributeRelationAddLogic 产品分类和属性关糸
Author: LiuFeiHua Date: 2024/5/8 10:56
func NewProductCategoryAttributeRelationAddLogic ¶
func NewProductCategoryAttributeRelationAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductCategoryAttributeRelationAddLogic
func (*ProductCategoryAttributeRelationAddLogic) ProductCategoryAttributeRelationAdd ¶
func (l *ProductCategoryAttributeRelationAddLogic) ProductCategoryAttributeRelationAdd(in *pmsclient.ProductCategoryAttributeRelationAddReq) (*pmsclient.ProductCategoryAttributeRelationAddResp, error)
ProductCategoryAttributeRelationAdd 添加产品分类和属性关糸
type ProductCategoryAttributeRelationDeleteLogic ¶
type ProductCategoryAttributeRelationDeleteLogic struct { logx.Logger // contains filtered or unexported fields }
ProductCategoryAttributeRelationDeleteLogic 产品分类和属性关糸
Author: LiuFeiHua Date: 2024/5/8 9:57
func NewProductCategoryAttributeRelationDeleteLogic ¶
func NewProductCategoryAttributeRelationDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductCategoryAttributeRelationDeleteLogic
func (*ProductCategoryAttributeRelationDeleteLogic) ProductCategoryAttributeRelationDelete ¶
func (l *ProductCategoryAttributeRelationDeleteLogic) ProductCategoryAttributeRelationDelete(in *pmsclient.ProductCategoryAttributeRelationDeleteReq) (*pmsclient.ProductCategoryAttributeRelationDeleteResp, error)
ProductCategoryAttributeRelationDelete 删除产品分类和属性关糸
type ProductCategoryAttributeRelationListLogic ¶
type ProductCategoryAttributeRelationListLogic struct { logx.Logger // contains filtered or unexported fields }
func NewProductCategoryAttributeRelationListLogic ¶
func NewProductCategoryAttributeRelationListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductCategoryAttributeRelationListLogic
func (*ProductCategoryAttributeRelationListLogic) ProductCategoryAttributeRelationList ¶
func (l *ProductCategoryAttributeRelationListLogic) ProductCategoryAttributeRelationList(in *pmsclient.ProductCategoryAttributeRelationListReq) (*pmsclient.ProductCategoryAttributeRelationListResp, error)
type ProductCategoryAttributeRelationUpdateLogic ¶
type ProductCategoryAttributeRelationUpdateLogic struct { logx.Logger // contains filtered or unexported fields }
ProductCategoryAttributeRelationUpdateLogic 产品分类和属性关糸
Author: LiuFeiHua Date: 2024/5/8 10:57
func NewProductCategoryAttributeRelationUpdateLogic ¶
func NewProductCategoryAttributeRelationUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductCategoryAttributeRelationUpdateLogic
func (*ProductCategoryAttributeRelationUpdateLogic) ProductCategoryAttributeRelationUpdate ¶
func (l *ProductCategoryAttributeRelationUpdateLogic) ProductCategoryAttributeRelationUpdate(in *pmsclient.ProductCategoryAttributeRelationUpdateReq) (*pmsclient.ProductCategoryAttributeRelationUpdateResp, error)
ProductCategoryAttributeRelationUpdate 更新产品分类和属性关糸
Click to show internal directories.
Click to hide internal directories.