Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemberProductCategoryRelationAddLogic ¶
type MemberProductCategoryRelationAddLogic struct { logx.Logger // contains filtered or unexported fields }
MemberProductCategoryRelationAddLogic 商品与分类的关联
Author: LiuFeiHua Date: 2024/5/7 10:14
func NewMemberProductCategoryRelationAddLogic ¶
func NewMemberProductCategoryRelationAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MemberProductCategoryRelationAddLogic
func (*MemberProductCategoryRelationAddLogic) MemberProductCategoryRelationAdd ¶
func (l *MemberProductCategoryRelationAddLogic) MemberProductCategoryRelationAdd(in *umsclient.MemberProductCategoryRelationAddReq) (*umsclient.MemberProductCategoryRelationAddResp, error)
MemberProductCategoryRelationAdd 添加商品与分类的关联
type MemberProductCategoryRelationDeleteLogic ¶
type MemberProductCategoryRelationDeleteLogic struct { logx.Logger // contains filtered or unexported fields }
MemberProductCategoryRelationDeleteLogic 商品与分类的关联
Author: LiuFeiHua Date: 2024/5/7 9:32
func NewMemberProductCategoryRelationDeleteLogic ¶
func NewMemberProductCategoryRelationDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MemberProductCategoryRelationDeleteLogic
func (*MemberProductCategoryRelationDeleteLogic) MemberProductCategoryRelationDelete ¶
func (l *MemberProductCategoryRelationDeleteLogic) MemberProductCategoryRelationDelete(in *umsclient.MemberProductCategoryRelationDeleteReq) (*umsclient.MemberProductCategoryRelationDeleteResp, error)
MemberProductCategoryRelationDelete 删除商品与分类的关联
type MemberProductCategoryRelationListLogic ¶
type MemberProductCategoryRelationListLogic struct { logx.Logger // contains filtered or unexported fields }
func NewMemberProductCategoryRelationListLogic ¶
func NewMemberProductCategoryRelationListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MemberProductCategoryRelationListLogic
func (*MemberProductCategoryRelationListLogic) MemberProductCategoryRelationList ¶
func (l *MemberProductCategoryRelationListLogic) MemberProductCategoryRelationList(in *umsclient.MemberProductCategoryRelationListReq) (*umsclient.MemberProductCategoryRelationListResp, error)
type MemberProductCategoryRelationUpdateLogic ¶
type MemberProductCategoryRelationUpdateLogic struct { logx.Logger // contains filtered or unexported fields }
MemberProductCategoryRelationUpdateLogic 商品与分类的关联
Author: LiuFeiHua Date: 2024/5/7 10:15
func NewMemberProductCategoryRelationUpdateLogic ¶
func NewMemberProductCategoryRelationUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MemberProductCategoryRelationUpdateLogic
func (*MemberProductCategoryRelationUpdateLogic) MemberProductCategoryRelationUpdate ¶
func (l *MemberProductCategoryRelationUpdateLogic) MemberProductCategoryRelationUpdate(in *umsclient.MemberProductCategoryRelationUpdateReq) (*umsclient.MemberProductCategoryRelationUpdateResp, error)
MemberProductCategoryRelationUpdate 更新商品与分类的关联
Click to show internal directories.
Click to hide internal directories.