Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddProductVertifyRecordLogic ¶ added in v0.0.2
AddProductVertifyRecordLogic 添加商品审核记录
Author: LiuFeiHua Date: 2024/6/12 17:12
func NewAddProductVertifyRecordLogic ¶ added in v0.0.2
func NewAddProductVertifyRecordLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddProductVertifyRecordLogic
func (*AddProductVertifyRecordLogic) AddProductVertifyRecord ¶ added in v0.0.2
func (l *AddProductVertifyRecordLogic) AddProductVertifyRecord(in *pmsclient.AddProductVertifyRecordReq) (*pmsclient.AddProductVertifyRecordResp, error)
AddProductVertifyRecord 添加商品审核记录
type DeleteProductVertifyRecordLogic ¶ added in v0.0.2
type DeleteProductVertifyRecordLogic struct { logx.Logger // contains filtered or unexported fields }
DeleteProductVertifyRecordLogic 删除商品审核记录
Author: LiuFeiHua Date: 2024/6/12 17:13
func NewDeleteProductVertifyRecordLogic ¶ added in v0.0.2
func NewDeleteProductVertifyRecordLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteProductVertifyRecordLogic
func (*DeleteProductVertifyRecordLogic) DeleteProductVertifyRecord ¶ added in v0.0.2
func (l *DeleteProductVertifyRecordLogic) DeleteProductVertifyRecord(in *pmsclient.DeleteProductVertifyRecordReq) (*pmsclient.DeleteProductVertifyRecordResp, error)
DeleteProductVertifyRecord 删除商品审核记录
type QueryProductVertifyRecordDetailLogic ¶ added in v0.0.2
type QueryProductVertifyRecordDetailLogic struct { logx.Logger // contains filtered or unexported fields }
QueryProductVertifyRecordDetailLogic 查询商品审核记录详情
Author: LiuFeiHua Date: 2025/01/24 09:08:07
func NewQueryProductVertifyRecordDetailLogic ¶ added in v0.0.2
func NewQueryProductVertifyRecordDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryProductVertifyRecordDetailLogic
func (*QueryProductVertifyRecordDetailLogic) QueryProductVertifyRecordDetail ¶ added in v0.0.2
func (l *QueryProductVertifyRecordDetailLogic) QueryProductVertifyRecordDetail(in *pmsclient.QueryProductVertifyRecordDetailReq) (*pmsclient.QueryProductVertifyRecordDetailResp, error)
QueryProductVertifyRecordDetail 查询商品审核记录详情
type QueryProductVertifyRecordListLogic ¶ added in v0.0.2
type QueryProductVertifyRecordListLogic struct { logx.Logger // contains filtered or unexported fields }
QueryProductVertifyRecordListLogic 查询商品审核记录列表
Author: LiuFeiHua Date: 2024/6/12 17:13
func NewQueryProductVertifyRecordListLogic ¶ added in v0.0.2
func NewQueryProductVertifyRecordListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryProductVertifyRecordListLogic
func (*QueryProductVertifyRecordListLogic) QueryProductVertifyRecordList ¶ added in v0.0.2
func (l *QueryProductVertifyRecordListLogic) QueryProductVertifyRecordList(in *pmsclient.QueryProductVertifyRecordListReq) (*pmsclient.QueryProductVertifyRecordListResp, error)
QueryProductVertifyRecordList 查询商品审核记录列表
type UpdateProductVertifyRecordLogic ¶ added in v0.0.2
type UpdateProductVertifyRecordLogic struct { logx.Logger // contains filtered or unexported fields }
UpdateProductVertifyRecordLogic 更新商品审核记录
Author: LiuFeiHua Date: 2025/01/24 09:08:07
func NewUpdateProductVertifyRecordLogic ¶ added in v0.0.2
func NewUpdateProductVertifyRecordLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateProductVertifyRecordLogic
func (*UpdateProductVertifyRecordLogic) UpdateProductVertifyRecord ¶ added in v0.0.2
func (l *UpdateProductVertifyRecordLogic) UpdateProductVertifyRecord(in *pmsclient.UpdateProductVertifyRecordReq) (*pmsclient.UpdateProductVertifyRecordResp, error)
UpdateProductVertifyRecord 更新商品审核记录
type UpdateProductVertifyRecordStatusLogic ¶ added in v0.0.2
type UpdateProductVertifyRecordStatusLogic struct { logx.Logger // contains filtered or unexported fields }
UpdateProductVertifyRecordStatusLogic 更新商品审核记录
Author: LiuFeiHua Date: 2025/01/24 09:08:07
func NewUpdateProductVertifyRecordStatusLogic ¶ added in v0.0.2
func NewUpdateProductVertifyRecordStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateProductVertifyRecordStatusLogic
func (*UpdateProductVertifyRecordStatusLogic) UpdateProductVertifyRecordStatus ¶ added in v0.0.2
func (l *UpdateProductVertifyRecordStatusLogic) UpdateProductVertifyRecordStatus(in *pmsclient.UpdateProductVertifyRecordStatusReq) (*pmsclient.UpdateProductVertifyRecordStatusResp, error)
UpdateProductVertifyRecordStatus 更新商品审核记录状态