Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddHomeNewProductLogic ¶ added in v0.0.2
AddHomeNewProductLogic 添加新鲜好物表
Author: LiuFeiHua Date: 2024/6/12 17:54
func NewAddHomeNewProductLogic ¶ added in v0.0.2
func NewAddHomeNewProductLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddHomeNewProductLogic
func (*AddHomeNewProductLogic) AddHomeNewProduct ¶ added in v0.0.2
func (l *AddHomeNewProductLogic) AddHomeNewProduct(in *smsclient.AddHomeNewProductReq) (*smsclient.AddHomeNewProductResp, error)
AddHomeNewProduct 添加新鲜好物表
type DeleteHomeNewProductLogic ¶ added in v0.0.2
DeleteHomeNewProductLogic 删除新鲜好物表
Author: LiuFeiHua Date: 2024/6/12 17:54
func NewDeleteHomeNewProductLogic ¶ added in v0.0.2
func NewDeleteHomeNewProductLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteHomeNewProductLogic
func (*DeleteHomeNewProductLogic) DeleteHomeNewProduct ¶ added in v0.0.2
func (l *DeleteHomeNewProductLogic) DeleteHomeNewProduct(in *smsclient.DeleteHomeNewProductReq) (*smsclient.DeleteHomeNewProductResp, error)
DeleteHomeNewProduct 删除新鲜好物表
type QueryHomeNewProductDetailLogic ¶ added in v0.0.2
type QueryHomeNewProductDetailLogic struct { logx.Logger // contains filtered or unexported fields }
func NewQueryHomeNewProductDetailLogic ¶ added in v0.0.2
func NewQueryHomeNewProductDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryHomeNewProductDetailLogic
func (*QueryHomeNewProductDetailLogic) QueryHomeNewProductDetail ¶ added in v0.0.2
func (l *QueryHomeNewProductDetailLogic) QueryHomeNewProductDetail(in *smsclient.QueryHomeNewProductDetailReq) (*smsclient.QueryHomeNewProductDetailResp, error)
查询新鲜好物表详情
type QueryHomeNewProductListLogic ¶ added in v0.0.2
QueryHomeNewProductListLogic 查询新鲜好物表列表
Author: LiuFeiHua Date: 2024/6/12 17:54
func NewQueryHomeNewProductListLogic ¶ added in v0.0.2
func NewQueryHomeNewProductListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryHomeNewProductListLogic
func (*QueryHomeNewProductListLogic) QueryHomeNewProductList ¶ added in v0.0.2
func (l *QueryHomeNewProductListLogic) QueryHomeNewProductList(in *smsclient.QueryHomeNewProductListReq) (*smsclient.QueryHomeNewProductListResp, error)
QueryHomeNewProductList 查询新鲜好物表列表
type UpdateHomeNewProductStatusLogic ¶ added in v0.0.2
type UpdateHomeNewProductStatusLogic struct { logx.Logger // contains filtered or unexported fields }
UpdateHomeNewProductStatusLogic 更新新鲜好物表状态
Author: LiuFeiHua Date: 2024/6/12 17:55
func NewUpdateHomeNewProductStatusLogic ¶ added in v0.0.2
func NewUpdateHomeNewProductStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateHomeNewProductStatusLogic
func (*UpdateHomeNewProductStatusLogic) UpdateHomeNewProductStatus ¶ added in v0.0.2
func (l *UpdateHomeNewProductStatusLogic) UpdateHomeNewProductStatus(in *smsclient.UpdateHomeNewProductStatusReq) (*smsclient.UpdateHomeNewProductStatusResp, error)
UpdateHomeNewProductStatus 更新新鲜好物表状态
type UpdateNewProductSortLogic ¶ added in v0.0.2
UpdateNewProductSortLogic 首页新品
Author: LiuFeiHua Date: 2024/5/14 9:31
func NewUpdateNewProductSortLogic ¶ added in v0.0.2
func NewUpdateNewProductSortLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateNewProductSortLogic
func (*UpdateNewProductSortLogic) UpdateNewProductSort ¶ added in v0.0.2
func (l *UpdateNewProductSortLogic) UpdateNewProductSort(in *smsclient.UpdateNewProductSortReq) (*smsclient.UpdateNewProductSortResp, error)
UpdateNewProductSort 修改首页新品排序
Click to show internal directories.
Click to hide internal directories.