Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProductVertifyRecordAddLogic ¶
ProductVertifyRecordAddLogic 商品审核
Author: LiuFeiHua Date: 2024/5/8 11:08
func NewProductVertifyRecordAddLogic ¶
func NewProductVertifyRecordAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductVertifyRecordAddLogic
func (*ProductVertifyRecordAddLogic) ProductVertifyRecordAdd ¶
func (l *ProductVertifyRecordAddLogic) ProductVertifyRecordAdd(in *pmsclient.ProductVertifyRecordAddReq) (*pmsclient.ProductVertifyRecordAddResp, error)
ProductVertifyRecordAdd 添加商品审核
type ProductVertifyRecordDeleteLogic ¶
type ProductVertifyRecordDeleteLogic struct { logx.Logger // contains filtered or unexported fields }
ProductVertifyRecordDeleteLogic 商品审核
Author: LiuFeiHua Date: 2024/5/8 10:04
func NewProductVertifyRecordDeleteLogic ¶
func NewProductVertifyRecordDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductVertifyRecordDeleteLogic
func (*ProductVertifyRecordDeleteLogic) ProductVertifyRecordDelete ¶
func (l *ProductVertifyRecordDeleteLogic) ProductVertifyRecordDelete(in *pmsclient.ProductVertifyRecordDeleteReq) (*pmsclient.ProductVertifyRecordDeleteResp, error)
ProductVertifyRecordDelete 删除商品审核
type ProductVertifyRecordListLogic ¶
func NewProductVertifyRecordListLogic ¶
func NewProductVertifyRecordListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductVertifyRecordListLogic
func (*ProductVertifyRecordListLogic) ProductVertifyRecordList ¶
func (l *ProductVertifyRecordListLogic) ProductVertifyRecordList(in *pmsclient.ProductVertifyRecordListReq) (*pmsclient.ProductVertifyRecordListResp, error)
type ProductVertifyRecordUpdateLogic ¶
type ProductVertifyRecordUpdateLogic struct { logx.Logger // contains filtered or unexported fields }
ProductVertifyRecordUpdateLogic 商品审核
Author: LiuFeiHua Date: 2024/5/8 11:09
func NewProductVertifyRecordUpdateLogic ¶
func NewProductVertifyRecordUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductVertifyRecordUpdateLogic
func (*ProductVertifyRecordUpdateLogic) ProductVertifyRecordUpdate ¶
func (l *ProductVertifyRecordUpdateLogic) ProductVertifyRecordUpdate(in *pmsclient.ProductVertifyRecordUpdateReq) (*pmsclient.ProductVertifyRecordUpdateResp, error)
ProductVertifyRecordUpdate 更新商品审核
Click to show internal directories.
Click to hide internal directories.