product

package
v0.0.0-...-7a73484 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2021 License: GPL-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Produuct

type Produuct interface {
	AddProduct(ctx context.Context, args *product.ArgsAddProduct, reply *bool) error

	//异步删除门店商品
	DelProduct(ctx context.Context, args []int, reply *bool) error

	//异步修改商品预警
	UpdateWarnDetails(ctx context.Context, args int, reply *bool) error

	//异步修改总库存和预警
	UpdateProductStock(ctx context.Context, args *product.ArgsMqUpdateStock, reply *bool) error

	//商品上下架统计
	ProductUpDownStatistics(ctx context.Context, shopId *int, reply *bool) error

	//商品新增删除统计
	ProductAddOrDelStatistics(ctx context.Context, args []int, reply *bool) error
}

Jump to

Keyboard shortcuts

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