pms_sku_stock

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service interface {

	/**
	 * 根据商品id和skuCode关键字模糊搜索
	 */
	ListAll(ctx context.Context, pid int64, keyword string) ([]dto.PmsSkuStock, error)

	/**
	 * 批量更新商品库存信息
	 */
	Update(ctx context.Context, pid int64, param []dto.PmsSkuStock) (int64, error)
	// contains filtered or unexported methods
}

商品SKU库存管理Service

func New

func New() Service

Jump to

Keyboard shortcuts

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