Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrefrenceAreaProductRelationAddLogic ¶
type PrefrenceAreaProductRelationAddLogic struct { logx.Logger // contains filtered or unexported fields }
PrefrenceAreaProductRelationAddLogic
Author: LiuFeiHua Date: 2024/5/6 10:00
func NewPrefrenceAreaProductRelationAddLogic ¶
func NewPrefrenceAreaProductRelationAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PrefrenceAreaProductRelationAddLogic
func (*PrefrenceAreaProductRelationAddLogic) PrefrenceAreaProductRelationAdd ¶
func (l *PrefrenceAreaProductRelationAddLogic) PrefrenceAreaProductRelationAdd(in *cmsclient.PrefrenceAreaProductRelationAddReq) (*cmsclient.PrefrenceAreaProductRelationAddResp, error)
PrefrenceAreaProductRelationAdd 优选商品关联
type PrefrenceAreaProductRelationListLogic ¶
type PrefrenceAreaProductRelationListLogic struct { logx.Logger // contains filtered or unexported fields }
PrefrenceAreaProductRelationListLogic
Author: LiuFeiHua Date: 2024/5/6 10:22
func NewPrefrenceAreaProductRelationListLogic ¶
func NewPrefrenceAreaProductRelationListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PrefrenceAreaProductRelationListLogic
func (*PrefrenceAreaProductRelationListLogic) PrefrenceAreaProductRelationList ¶
func (l *PrefrenceAreaProductRelationListLogic) PrefrenceAreaProductRelationList(in *cmsclient.PrefrenceAreaProductRelationListReq) (*cmsclient.PrefrenceAreaProductRelationListResp, error)
PrefrenceAreaProductRelationList 优选商品关联查询
Click to show internal directories.
Click to hide internal directories.