Documentation
¶
Index ¶
- type OrderOperateHistoryServiceServer
- func (s *OrderOperateHistoryServiceServer) AddOrderOperateHistory(ctx context.Context, in *omsclient.AddOrderOperateHistoryReq) (*omsclient.AddOrderOperateHistoryResp, error)
- func (s *OrderOperateHistoryServiceServer) DeleteOrderOperateHistory(ctx context.Context, in *omsclient.DeleteOrderOperateHistoryReq) (*omsclient.DeleteOrderOperateHistoryResp, error)
- func (s *OrderOperateHistoryServiceServer) QueryOrderOperateHistoryList(ctx context.Context, in *omsclient.QueryOrderOperateHistoryListReq) (*omsclient.QueryOrderOperateHistoryListResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrderOperateHistoryServiceServer ¶
type OrderOperateHistoryServiceServer struct { omsclient.UnimplementedOrderOperateHistoryServiceServer // contains filtered or unexported fields }
func NewOrderOperateHistoryServiceServer ¶
func NewOrderOperateHistoryServiceServer(svcCtx *svc.ServiceContext) *OrderOperateHistoryServiceServer
func (*OrderOperateHistoryServiceServer) AddOrderOperateHistory ¶
func (s *OrderOperateHistoryServiceServer) AddOrderOperateHistory(ctx context.Context, in *omsclient.AddOrderOperateHistoryReq) (*omsclient.AddOrderOperateHistoryResp, error)
添加订单操作历史记录
func (*OrderOperateHistoryServiceServer) DeleteOrderOperateHistory ¶
func (s *OrderOperateHistoryServiceServer) DeleteOrderOperateHistory(ctx context.Context, in *omsclient.DeleteOrderOperateHistoryReq) (*omsclient.DeleteOrderOperateHistoryResp, error)
删除订单操作历史记录
func (*OrderOperateHistoryServiceServer) QueryOrderOperateHistoryList ¶
func (s *OrderOperateHistoryServiceServer) QueryOrderOperateHistoryList(ctx context.Context, in *omsclient.QueryOrderOperateHistoryListReq) (*omsclient.QueryOrderOperateHistoryListResp, error)
查询订单操作历史记录列表
Click to show internal directories.
Click to hide internal directories.