Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddCompanyAddressLogic ¶
AddCompanyAddressLogic 添加公司收货地址
Author: LiuFeiHua Date: 2024/6/15 11:22
func NewAddCompanyAddressLogic ¶
func NewAddCompanyAddressLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddCompanyAddressLogic
func (*AddCompanyAddressLogic) AddCompanyAddress ¶
func (l *AddCompanyAddressLogic) AddCompanyAddress(req *types.AddCompanyAddressReq) (resp *types.AddCompanyAddressResp, err error)
AddCompanyAddress 添加公司收货地址
type DeleteCompanyAddressLogic ¶
DeleteCompanyAddressLogic 删除公司收货地址
Author: LiuFeiHua Date: 2024/6/15 11:22
func NewDeleteCompanyAddressLogic ¶
func NewDeleteCompanyAddressLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteCompanyAddressLogic
func (*DeleteCompanyAddressLogic) DeleteCompanyAddress ¶
func (l *DeleteCompanyAddressLogic) DeleteCompanyAddress(req *types.DeleteCompanyAddressReq) (resp *types.DeleteCompanyAddressResp, err error)
DeleteCompanyAddress 删除公司收货地址
type QueryCompanyAddressDetailLogic ¶
type QueryCompanyAddressDetailLogic struct { logx.Logger // contains filtered or unexported fields }
func NewQueryCompanyAddressDetailLogic ¶
func NewQueryCompanyAddressDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryCompanyAddressDetailLogic
func (*QueryCompanyAddressDetailLogic) QueryCompanyAddressDetail ¶
func (l *QueryCompanyAddressDetailLogic) QueryCompanyAddressDetail(req *types.QueryCompanyAddressDetailReq) (resp *types.QueryCompanyAddressDetailResp, err error)
type QueryCompanyAddressListLogic ¶
func NewQueryCompanyAddressListLogic ¶
func NewQueryCompanyAddressListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryCompanyAddressListLogic
func (*QueryCompanyAddressListLogic) QueryCompanyAddressList ¶
func (l *QueryCompanyAddressListLogic) QueryCompanyAddressList(req *types.QueryCompanyAddressListReq) (resp *types.QueryCompanyAddressListResp, err error)
type UpdateCompanyAddressLogic ¶
UpdateCompanyAddressLogic 更新公司收货地址
Author: LiuFeiHua Date: 2024/6/15 11:24
func NewUpdateCompanyAddressLogic ¶
func NewUpdateCompanyAddressLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateCompanyAddressLogic
func (*UpdateCompanyAddressLogic) UpdateCompanyAddress ¶
func (l *UpdateCompanyAddressLogic) UpdateCompanyAddress(req *types.UpdateCompanyAddressReq) (resp *types.UpdateCompanyAddressResp, err error)
UpdateCompanyAddress 更新公司收货地址
type UpdateCompanyAddressReceiveStatusLogic ¶
type UpdateCompanyAddressReceiveStatusLogic struct { logx.Logger // contains filtered or unexported fields }
UpdateCompanyAddressReceiveStatusLogic 更新公司默认收货地址状态
Author: LiuFeiHua Date: 2024/6/15 11:25
func NewUpdateCompanyAddressReceiveStatusLogic ¶
func NewUpdateCompanyAddressReceiveStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateCompanyAddressReceiveStatusLogic
func (*UpdateCompanyAddressReceiveStatusLogic) UpdateCompanyAddressReceiveStatus ¶
func (l *UpdateCompanyAddressReceiveStatusLogic) UpdateCompanyAddressReceiveStatus(req *types.UpdateCompanyAddressReceiveStatusReq) (resp *types.UpdateCompanyAddressStatusResp, err error)
UpdateCompanyAddressReceiveStatus 更新公司默认收货地址状态
type UpdateCompanyAddressSendStatusLogic ¶
type UpdateCompanyAddressSendStatusLogic struct { logx.Logger // contains filtered or unexported fields }
UpdateCompanyAddressSendStatusLogic 更新公司默认发货地址状态
Author: LiuFeiHua Date: 2024/6/15 11:29
func NewUpdateCompanyAddressSendStatusLogic ¶
func NewUpdateCompanyAddressSendStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateCompanyAddressSendStatusLogic
func (*UpdateCompanyAddressSendStatusLogic) UpdateCompanyAddressSendStatus ¶
func (l *UpdateCompanyAddressSendStatusLogic) UpdateCompanyAddressSendStatus(req *types.UpdateCompanyAddressSendStatusReq) (resp *types.UpdateCompanyAddressStatusResp, err error)
UpdateCompanyAddressSendStatus 更新公司默认发货地址状态
Click to show internal directories.
Click to hide internal directories.