couponservicelogic

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2025 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 AddCouponLogic added in v0.0.2

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

AddCouponLogic 添加优惠券

Author: LiuFeiHua Date: 2024/6/12 17:34

func NewAddCouponLogic added in v0.0.2

func NewAddCouponLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddCouponLogic

func (*AddCouponLogic) AddCoupon added in v0.0.2

AddCoupon 添加优惠券 1.插入优惠券表 2.插入优惠券和商品关系表 3.插入优惠券和商品分类关系表

type DeleteCouponLogic added in v0.0.2

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

DeleteCouponLogic 删除优惠券

Author: LiuFeiHua Date: 2024/6/12 17:34

func NewDeleteCouponLogic added in v0.0.2

func NewDeleteCouponLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteCouponLogic

func (*DeleteCouponLogic) DeleteCoupon added in v0.0.2

DeleteCoupon 删除优惠券 1.删除优惠券 2.删除商品关联 3.删除商品分类关联

type QueryCouponFindByIdLogic added in v0.0.2

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

QueryCouponFindByIdLogic 根据优惠券id查询优惠券

Author: LiuFeiHua Date: 2024/6/12 17:35

func NewQueryCouponFindByIdLogic added in v0.0.2

func NewQueryCouponFindByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryCouponFindByIdLogic

func (*QueryCouponFindByIdLogic) QueryCouponFindById added in v0.0.2

QueryCouponFindById 根据优惠券id查询优惠券

type QueryCouponFindByIdsLogic added in v0.0.2

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

QueryCouponFindByIdsLogic 根据优惠券ids查询优惠券

Author: LiuFeiHua Date: 2024/6/12 17:36

func NewQueryCouponFindByIdsLogic added in v0.0.2

func NewQueryCouponFindByIdsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryCouponFindByIdsLogic

func (*QueryCouponFindByIdsLogic) QueryCouponFindByIds added in v0.0.2

QueryCouponFindByIds 根据优惠券ids查询优惠券

type QueryCouponFindByProductIdAndProductCategoryIdLogic added in v0.0.2

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

QueryCouponFindByProductIdAndProductCategoryIdLogic 根据商品Id和分类id查询可用的优惠券(app)

Author: LiuFeiHua Date: 2024/6/12 17:37

func NewQueryCouponFindByProductIdAndProductCategoryIdLogic added in v0.0.2

func NewQueryCouponFindByProductIdAndProductCategoryIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryCouponFindByProductIdAndProductCategoryIdLogic

func (*QueryCouponFindByProductIdAndProductCategoryIdLogic) QueryCouponFindByProductIdAndProductCategoryId added in v0.0.2

QueryCouponFindByProductIdAndProductCategoryId 根据商品Id和分类id查询可用的优惠券(app)

type QueryCouponListLogic added in v0.0.2

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

QueryCouponListLogic 查询优惠券

Author: LiuFeiHua Date: 2024/6/12 17:37

func NewQueryCouponListLogic added in v0.0.2

func NewQueryCouponListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryCouponListLogic

func (*QueryCouponListLogic) QueryCouponList added in v0.0.2

QueryCouponList 查询优惠券

type UpdateCouponLogic added in v0.0.2

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

UpdateCouponLogic 更新优惠券

Author: LiuFeiHua Date: 2024/6/12 17:38

func NewUpdateCouponLogic added in v0.0.2

func NewUpdateCouponLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateCouponLogic

func (*UpdateCouponLogic) UpdateCoupon added in v0.0.2

UpdateCoupon 更新优惠券 1.更新优惠券 2.插入优惠券和商品关系表 3.插入优惠券和商品分类关系表

Jump to

Keyboard shortcuts

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