Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddOrderOperateHistoryLogic ¶
AddOrderOperateHistoryLogic 添加订单操作历史记录
Author: LiuFeiHua Date: 2024/6/12 10:13
func NewAddOrderOperateHistoryLogic ¶
func NewAddOrderOperateHistoryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *AddOrderOperateHistoryLogic
func (*AddOrderOperateHistoryLogic) AddOrderOperateHistory ¶
func (l *AddOrderOperateHistoryLogic) AddOrderOperateHistory(in *omsclient.AddOrderOperateHistoryReq) (*omsclient.AddOrderOperateHistoryResp, error)
AddOrderOperateHistory 添加订单操作历史记录
type DeleteOrderOperateHistoryLogic ¶
type DeleteOrderOperateHistoryLogic struct { logx.Logger // contains filtered or unexported fields }
DeleteOrderOperateHistoryLogic 删除订单操作历史记录
Author: LiuFeiHua Date: 2024/6/12 10:13
func NewDeleteOrderOperateHistoryLogic ¶
func NewDeleteOrderOperateHistoryLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteOrderOperateHistoryLogic
func (*DeleteOrderOperateHistoryLogic) DeleteOrderOperateHistory ¶
func (l *DeleteOrderOperateHistoryLogic) DeleteOrderOperateHistory(in *omsclient.DeleteOrderOperateHistoryReq) (*omsclient.DeleteOrderOperateHistoryResp, error)
DeleteOrderOperateHistory 删除订单操作历史记录
type QueryOrderOperateHistoryListLogic ¶
type QueryOrderOperateHistoryListLogic struct { logx.Logger // contains filtered or unexported fields }
QueryOrderOperateHistoryListLogic 查询订单操作历史记录列表
Author: LiuFeiHua Date: 2024/6/12 10:14
func NewQueryOrderOperateHistoryListLogic ¶
func NewQueryOrderOperateHistoryListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *QueryOrderOperateHistoryListLogic
func (*QueryOrderOperateHistoryListLogic) QueryOrderOperateHistoryList ¶
func (l *QueryOrderOperateHistoryListLogic) QueryOrderOperateHistoryList(in *omsclient.QueryOrderOperateHistoryListReq) (*omsclient.QueryOrderOperateHistoryListResp, error)
QueryOrderOperateHistoryList 查询订单操作历史记录列表
Click to show internal directories.
Click to hide internal directories.