Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProductAttributeCategoryAddLogic ¶
type ProductAttributeCategoryAddLogic struct { logx.Logger // contains filtered or unexported fields }
ProductAttributeCategoryAddLogic 商品属性类别
Author: LiuFeiHua Date: 2024/5/8 10:49
func NewProductAttributeCategoryAddLogic ¶
func NewProductAttributeCategoryAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductAttributeCategoryAddLogic
func (*ProductAttributeCategoryAddLogic) ProductAttributeCategoryAdd ¶
func (l *ProductAttributeCategoryAddLogic) ProductAttributeCategoryAdd(in *pmsclient.ProductAttributeCategoryAddReq) (*pmsclient.ProductAttributeCategoryAddResp, error)
ProductAttributeCategoryAdd 添加商品属性类别
type ProductAttributeCategoryDeleteLogic ¶
type ProductAttributeCategoryDeleteLogic struct { logx.Logger // contains filtered or unexported fields }
ProductAttributeCategoryDeleteLogic 商品属性类别
Author: LiuFeiHua Date: 2024/5/8 9:53
func NewProductAttributeCategoryDeleteLogic ¶
func NewProductAttributeCategoryDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductAttributeCategoryDeleteLogic
func (*ProductAttributeCategoryDeleteLogic) ProductAttributeCategoryDelete ¶
func (l *ProductAttributeCategoryDeleteLogic) ProductAttributeCategoryDelete(in *pmsclient.ProductAttributeCategoryDeleteReq) (*pmsclient.ProductAttributeCategoryDeleteResp, error)
ProductAttributeCategoryDelete 删除商品属性类别
type ProductAttributeCategoryListLogic ¶
type ProductAttributeCategoryListLogic struct { logx.Logger // contains filtered or unexported fields }
func NewProductAttributeCategoryListLogic ¶
func NewProductAttributeCategoryListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductAttributeCategoryListLogic
func (*ProductAttributeCategoryListLogic) ProductAttributeCategoryList ¶
func (l *ProductAttributeCategoryListLogic) ProductAttributeCategoryList(in *pmsclient.ProductAttributeCategoryListReq) (*pmsclient.ProductAttributeCategoryListResp, error)
type ProductAttributeCategoryUpdateLogic ¶
type ProductAttributeCategoryUpdateLogic struct { logx.Logger // contains filtered or unexported fields }
ProductAttributeCategoryUpdateLogic 商品属性类别
Author: LiuFeiHua Date: 2024/5/8 10:50
func NewProductAttributeCategoryUpdateLogic ¶
func NewProductAttributeCategoryUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductAttributeCategoryUpdateLogic
func (*ProductAttributeCategoryUpdateLogic) ProductAttributeCategoryUpdate ¶
func (l *ProductAttributeCategoryUpdateLogic) ProductAttributeCategoryUpdate(in *pmsclient.ProductAttributeCategoryUpdateReq) (*pmsclient.ProductAttributeCategoryUpdateResp, error)
ProductAttributeCategoryUpdate 更新商品属性类别
Click to show internal directories.
Click to hide internal directories.