Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProductAttributeValueAddLogic ¶
ProductAttributeValueAddLogic 属性值
Author: LiuFeiHua Date: 2024/5/8 10:53
func NewProductAttributeValueAddLogic ¶
func NewProductAttributeValueAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductAttributeValueAddLogic
func (*ProductAttributeValueAddLogic) ProductAttributeValueAdd ¶
func (l *ProductAttributeValueAddLogic) ProductAttributeValueAdd(in *pmsclient.ProductAttributeValueAddReq) (*pmsclient.ProductAttributeValueAddResp, error)
ProductAttributeValueAdd 添加属性值
type ProductAttributeValueDeleteLogic ¶
type ProductAttributeValueDeleteLogic struct { logx.Logger // contains filtered or unexported fields }
ProductAttributeValueDeleteLogic 产品参数值
Author: LiuFeiHua Date: 2024/5/8 9:56
func NewProductAttributeValueDeleteLogic ¶
func NewProductAttributeValueDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductAttributeValueDeleteLogic
func (*ProductAttributeValueDeleteLogic) ProductAttributeValueDelete ¶
func (l *ProductAttributeValueDeleteLogic) ProductAttributeValueDelete(in *pmsclient.ProductAttributeValueDeleteReq) (*pmsclient.ProductAttributeValueDeleteResp, error)
ProductAttributeValueDelete 删除产品参数值
type ProductAttributeValueListLogic ¶
type ProductAttributeValueListLogic struct { logx.Logger // contains filtered or unexported fields }
func NewProductAttributeValueListLogic ¶
func NewProductAttributeValueListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductAttributeValueListLogic
func (*ProductAttributeValueListLogic) ProductAttributeValueList ¶
func (l *ProductAttributeValueListLogic) ProductAttributeValueList(in *pmsclient.ProductAttributeValueListReq) (*pmsclient.ProductAttributeValueListResp, error)
type ProductAttributeValueUpdateLogic ¶
type ProductAttributeValueUpdateLogic struct { logx.Logger // contains filtered or unexported fields }
ProductAttributeValueUpdateLogic 属性值
Author: LiuFeiHua Date: 2024/5/8 10:54
func NewProductAttributeValueUpdateLogic ¶
func NewProductAttributeValueUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ProductAttributeValueUpdateLogic
func (*ProductAttributeValueUpdateLogic) ProductAttributeValueUpdate ¶
func (l *ProductAttributeValueUpdateLogic) ProductAttributeValueUpdate(in *pmsclient.ProductAttributeValueUpdateReq) (*pmsclient.ProductAttributeValueUpdateResp, error)
ProductAttributeValueUpdate 更新属性值
Click to show internal directories.
Click to hide internal directories.