Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProductLadderAddLogic ¶
ProductLadderAddLogic 产品阶梯价格
Author: LiuFeiHua Date: 2024/5/8 11:02
func NewProductLadderAddLogic ¶
func NewProductLadderAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductLadderAddLogic
func (*ProductLadderAddLogic) ProductLadderAdd ¶
func (l *ProductLadderAddLogic) ProductLadderAdd(in *pmsclient.ProductLadderAddReq) (*pmsclient.ProductLadderAddResp, error)
ProductLadderAdd 添加产品阶梯价格
type ProductLadderDeleteLogic ¶
ProductLadderDeleteLogic 产品阶梯价格
Author: LiuFeiHua Date: 2024/5/8 10:00
func NewProductLadderDeleteLogic ¶
func NewProductLadderDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductLadderDeleteLogic
func (*ProductLadderDeleteLogic) ProductLadderDelete ¶
func (l *ProductLadderDeleteLogic) ProductLadderDelete(in *pmsclient.ProductLadderDeleteReq) (*pmsclient.ProductLadderDeleteResp, error)
ProductLadderDelete 删除产品阶梯价格
type ProductLadderListLogic ¶
func NewProductLadderListLogic ¶
func NewProductLadderListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductLadderListLogic
func (*ProductLadderListLogic) ProductLadderList ¶
func (l *ProductLadderListLogic) ProductLadderList(in *pmsclient.ProductLadderListReq) (*pmsclient.ProductLadderListResp, error)
type ProductLadderUpdateLogic ¶
ProductLadderUpdateLogic 产品阶梯价格
Author: LiuFeiHua Date: 2024/5/8 11:03
func NewProductLadderUpdateLogic ¶
func NewProductLadderUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductLadderUpdateLogic
func (*ProductLadderUpdateLogic) ProductLadderUpdate ¶
func (l *ProductLadderUpdateLogic) ProductLadderUpdate(in *pmsclient.ProductLadderUpdateReq) (*pmsclient.ProductLadderUpdateResp, error)
ProductLadderUpdate 更新产品阶梯价格
Click to show internal directories.
Click to hide internal directories.