logic

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProductAddLogic

type ProductAddLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewProductAddLogic

func NewProductAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) ProductAddLogic

func (*ProductAddLogic) ProductAdd

ProductAdd 添加商品 逻辑步骤: 1.创建商品基本信息 2.会员价格 3.阶梯价格 4.满减价格 5.添加sku库存信息 6.添加商品参数,添加自定义商品规格 7.关联专题 8.关联优选 注意: 步骤1到6是在商品(rpc)中操作,步骤7到8是在cms模块中操作

type ProductDeleteLogic

type ProductDeleteLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewProductDeleteLogic

func NewProductDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) ProductDeleteLogic

func (*ProductDeleteLogic) ProductDelete

type ProductListLogic

type ProductListLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewProductListLogic

func NewProductListLogic(ctx context.Context, svcCtx *svc.ServiceContext) ProductListLogic

func (*ProductListLogic) ProductList

type ProductUpdateLogic

type ProductUpdateLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewProductUpdateLogic

func NewProductUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) ProductUpdateLogic

func (*ProductUpdateLogic) ProductUpdate

ProductUpdate 更新商品 逻辑步骤: 1.更新商品基本信息 2.会员价格 3.阶梯价格 4.满减价格 5.更新sku库存信息 6.更新商品参数,添加自定义商品规格 7.关联专题 8.关联优选 注意: 步骤1到6是在商品(rpc)中操作,步骤7到8是在cms模块中操作

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL