Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddProductCategoryAttributeRelationLogic ¶ added in v0.0.2
type AddProductCategoryAttributeRelationLogic struct { logx.Logger // contains filtered or unexported fields }
AddProductCategoryAttributeRelationLogic 添加产品的分类和属性的关系表,用于设置分类筛选条件(只支持一级分类)
Author: LiuFeiHua Date: 2024/6/12 16:51
func NewAddProductCategoryAttributeRelationLogic ¶ added in v0.0.2
func NewAddProductCategoryAttributeRelationLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddProductCategoryAttributeRelationLogic
func (*AddProductCategoryAttributeRelationLogic) AddProductCategoryAttributeRelation ¶ added in v0.0.2
func (l *AddProductCategoryAttributeRelationLogic) AddProductCategoryAttributeRelation(in *pmsclient.AddProductCategoryAttributeRelationReq) (*pmsclient.AddProductCategoryAttributeRelationResp, error)
AddProductCategoryAttributeRelation 添加产品的分类和属性的关系表,用于设置分类筛选条件(只支持一级分类)
type QueryProductCategoryAttributeRelationListLogic ¶ added in v0.0.2
type QueryProductCategoryAttributeRelationListLogic struct { logx.Logger // contains filtered or unexported fields }
QueryProductCategoryAttributeRelationListLogic 查询产品的分类和属性的关系表,用于设置分类筛选条件(只支持一级分类)列表
Author: LiuFeiHua Date: 2024/6/12 16:52
func NewQueryProductCategoryAttributeRelationListLogic ¶ added in v0.0.2
func NewQueryProductCategoryAttributeRelationListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryProductCategoryAttributeRelationListLogic
func (*QueryProductCategoryAttributeRelationListLogic) QueryProductCategoryAttributeRelationList ¶ added in v0.0.2
func (l *QueryProductCategoryAttributeRelationListLogic) QueryProductCategoryAttributeRelationList(in *pmsclient.QueryProductCategoryAttributeRelationListReq) (*pmsclient.QueryProductCategoryAttributeRelationListResp, error)
QueryProductCategoryAttributeRelationList 查询产品的分类和属性的关系表,用于设置分类筛选条件(只支持一级分类)列表
Click to show internal directories.
Click to hide internal directories.