Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProductCategoryAddLogic ¶
ProductCategoryAddLogic 商品类别
Author: LiuFeiHua Date: 2024/5/8 10:59
func NewProductCategoryAddLogic ¶
func NewProductCategoryAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductCategoryAddLogic
func (*ProductCategoryAddLogic) ProductCategoryAdd ¶
func (l *ProductCategoryAddLogic) ProductCategoryAdd(in *pmsclient.ProductCategoryAddReq) (*pmsclient.ProductCategoryAddResp, error)
ProductCategoryAdd 添加商品类别
type ProductCategoryDeleteLogic ¶
ProductCategoryDeleteLogic 商品类别
Author: LiuFeiHua Date: 2024/5/8 9:58
func NewProductCategoryDeleteLogic ¶
func NewProductCategoryDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductCategoryDeleteLogic
func (*ProductCategoryDeleteLogic) ProductCategoryDelete ¶
func (l *ProductCategoryDeleteLogic) ProductCategoryDelete(in *pmsclient.ProductCategoryDeleteReq) (*pmsclient.ProductCategoryDeleteResp, error)
ProductCategoryDelete 删除商品类别
type ProductCategoryListLogic ¶
ProductCategoryListLogic
Author: LiuFeiHua Date: 2023/11/29 16:45
func NewProductCategoryListLogic ¶
func NewProductCategoryListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductCategoryListLogic
func (*ProductCategoryListLogic) ProductCategoryList ¶
func (l *ProductCategoryListLogic) ProductCategoryList(in *pmsclient.ProductCategoryListReq) (*pmsclient.ProductCategoryListResp, error)
ProductCategoryList 查询商品分类列表
type ProductCategoryUpdateLogic ¶
ProductCategoryUpdateLogic 商品类别
Author: LiuFeiHua Date: 2024/5/8 10:59
func NewProductCategoryUpdateLogic ¶
func NewProductCategoryUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductCategoryUpdateLogic
func (*ProductCategoryUpdateLogic) ProductCategoryUpdate ¶
func (l *ProductCategoryUpdateLogic) ProductCategoryUpdate(in *pmsclient.ProductCategoryUpdateReq) (*pmsclient.ProductCategoryUpdateResp, error)
ProductCategoryUpdate 更新商品类别
type QueryProductCategoryListLogic ¶
QueryProductCategoryListLogic 查询商品类别列表逻辑处理
Author: LiuFeiHua Date: 2024/3/7 下午2:58
func NewQueryProductCategoryListLogic ¶
func NewQueryProductCategoryListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryProductCategoryListLogic
func (*QueryProductCategoryListLogic) QueryProductCategoryList ¶
func (l *QueryProductCategoryListLogic) QueryProductCategoryList(in *pmsclient.QueryProductCategoryListReq) (*pmsclient.QueryProductCategoryListResp, error)
QueryProductCategoryList 查询商品类别列表
Click to show internal directories.
Click to hide internal directories.