Versions in this module Expand all Collapse all v0 v0.0.1 May 9, 2024 Changes in this version + const CartItemService_CartItemAdd_FullMethodName + const CartItemService_CartItemClear_FullMethodName + const CartItemService_CartItemDelete_FullMethodName + const CartItemService_CartItemList_FullMethodName + const CartItemService_CartItemUpdateQuantity_FullMethodName + const CartItemService_CartItemUpdate_FullMethodName + const CompanyAddressService_CompanyAddressAdd_FullMethodName + const CompanyAddressService_CompanyAddressDelete_FullMethodName + const CompanyAddressService_CompanyAddressList_FullMethodName + const CompanyAddressService_CompanyAddressUpdate_FullMethodName + const OrderItemService_OrderItemAdd_FullMethodName + const OrderItemService_OrderItemDelete_FullMethodName + const OrderItemService_OrderItemList_FullMethodName + const OrderItemService_OrderItemUpdate_FullMethodName + const OrderOperateHistorService_OrderOperateHistoryAdd_FullMethodName + const OrderOperateHistorService_OrderOperateHistoryDelete_FullMethodName + const OrderOperateHistorService_OrderOperateHistoryList_FullMethodName + const OrderOperateHistorService_OrderOperateHistoryUpdate_FullMethodName + const OrderReturnApplyService_OrderReturnApplyAdd_FullMethodName + const OrderReturnApplyService_OrderReturnApplyDelete_FullMethodName + const OrderReturnApplyService_OrderReturnApplyList_FullMethodName + const OrderReturnApplyService_OrderReturnApplyUpdate_FullMethodName + const OrderReturnReasonService_OrderReturnReasonAdd_FullMethodName + const OrderReturnReasonService_OrderReturnReasonDelete_FullMethodName + const OrderReturnReasonService_OrderReturnReasonList_FullMethodName + const OrderReturnReasonService_OrderReturnReasonUpdate_FullMethodName + const OrderService_OrderAdd_FullMethodName + const OrderService_OrderCancel_FullMethodName + const OrderService_OrderConfirm_FullMethodName + const OrderService_OrderDeleteById_FullMethodName + const OrderService_OrderDelete_FullMethodName + const OrderService_OrderListByMemberId_FullMethodName + const OrderService_OrderList_FullMethodName + const OrderService_OrderRefund_FullMethodName + const OrderService_OrderUpdate_FullMethodName + const OrderService_QueryOrderList_FullMethodName + const OrderService_UpdateOrderStatusByOutTradeNo_FullMethodName + const OrderSettingService_OrderSettingAdd_FullMethodName + const OrderSettingService_OrderSettingDelete_FullMethodName + const OrderSettingService_OrderSettingList_FullMethodName + const OrderSettingService_OrderSettingUpdate_FullMethodName + var CartItemService_ServiceDesc = grpc.ServiceDesc + var CompanyAddressService_ServiceDesc = grpc.ServiceDesc + var File_rpc_oms_oms_proto protoreflect.FileDescriptor + var OrderItemService_ServiceDesc = grpc.ServiceDesc + var OrderOperateHistorService_ServiceDesc = grpc.ServiceDesc + var OrderReturnApplyService_ServiceDesc = grpc.ServiceDesc + var OrderReturnReasonService_ServiceDesc = grpc.ServiceDesc + var OrderService_ServiceDesc = grpc.ServiceDesc + var OrderSettingService_ServiceDesc = grpc.ServiceDesc + func RegisterCartItemServiceServer(s grpc.ServiceRegistrar, srv CartItemServiceServer) + func RegisterCompanyAddressServiceServer(s grpc.ServiceRegistrar, srv CompanyAddressServiceServer) + func RegisterOrderItemServiceServer(s grpc.ServiceRegistrar, srv OrderItemServiceServer) + func RegisterOrderOperateHistorServiceServer(s grpc.ServiceRegistrar, srv OrderOperateHistorServiceServer) + func RegisterOrderReturnApplyServiceServer(s grpc.ServiceRegistrar, srv OrderReturnApplyServiceServer) + func RegisterOrderReturnReasonServiceServer(s grpc.ServiceRegistrar, srv OrderReturnReasonServiceServer) + func RegisterOrderServiceServer(s grpc.ServiceRegistrar, srv OrderServiceServer) + func RegisterOrderSettingServiceServer(s grpc.ServiceRegistrar, srv OrderSettingServiceServer) + type CartItemAddReq struct + CreateDate string + DeleteStatus int32 + MemberId int64 + MemberNickname string + ModifyDate string + Price float32 + ProductAttr string + ProductBrand string + ProductCategoryId int64 + ProductId int64 + ProductName string + ProductPic string + ProductSkuCode string + ProductSkuId int64 + ProductSn string + ProductSubTitle string + Quantity int32 + func (*CartItemAddReq) Descriptor() ([]byte, []int) + func (*CartItemAddReq) ProtoMessage() + func (x *CartItemAddReq) GetCreateDate() string + func (x *CartItemAddReq) GetDeleteStatus() int32 + func (x *CartItemAddReq) GetMemberId() int64 + func (x *CartItemAddReq) GetMemberNickname() string + func (x *CartItemAddReq) GetModifyDate() string + func (x *CartItemAddReq) GetPrice() float32 + func (x *CartItemAddReq) GetProductAttr() string + func (x *CartItemAddReq) GetProductBrand() string + func (x *CartItemAddReq) GetProductCategoryId() int64 + func (x *CartItemAddReq) GetProductId() int64 + func (x *CartItemAddReq) GetProductName() string + func (x *CartItemAddReq) GetProductPic() string + func (x *CartItemAddReq) GetProductSkuCode() string + func (x *CartItemAddReq) GetProductSkuId() int64 + func (x *CartItemAddReq) GetProductSn() string + func (x *CartItemAddReq) GetProductSubTitle() string + func (x *CartItemAddReq) GetQuantity() int32 + func (x *CartItemAddReq) ProtoReflect() protoreflect.Message + func (x *CartItemAddReq) Reset() + func (x *CartItemAddReq) String() string + type CartItemAddResp struct + Pong string + func (*CartItemAddResp) Descriptor() ([]byte, []int) + func (*CartItemAddResp) ProtoMessage() + func (x *CartItemAddResp) GetPong() string + func (x *CartItemAddResp) ProtoReflect() protoreflect.Message + func (x *CartItemAddResp) Reset() + func (x *CartItemAddResp) String() string + type CartItemClearReq struct + MemberId int64 + func (*CartItemClearReq) Descriptor() ([]byte, []int) + func (*CartItemClearReq) ProtoMessage() + func (x *CartItemClearReq) GetMemberId() int64 + func (x *CartItemClearReq) ProtoReflect() protoreflect.Message + func (x *CartItemClearReq) Reset() + func (x *CartItemClearReq) String() string + type CartItemClearResp struct + Pong string + func (*CartItemClearResp) Descriptor() ([]byte, []int) + func (*CartItemClearResp) ProtoMessage() + func (x *CartItemClearResp) GetPong() string + func (x *CartItemClearResp) ProtoReflect() protoreflect.Message + func (x *CartItemClearResp) Reset() + func (x *CartItemClearResp) String() string + type CartItemDeleteReq struct + Ids []int64 + MemberId int64 + func (*CartItemDeleteReq) Descriptor() ([]byte, []int) + func (*CartItemDeleteReq) ProtoMessage() + func (x *CartItemDeleteReq) GetIds() []int64 + func (x *CartItemDeleteReq) GetMemberId() int64 + func (x *CartItemDeleteReq) ProtoReflect() protoreflect.Message + func (x *CartItemDeleteReq) Reset() + func (x *CartItemDeleteReq) String() string + type CartItemDeleteResp struct + Pong string + func (*CartItemDeleteResp) Descriptor() ([]byte, []int) + func (*CartItemDeleteResp) ProtoMessage() + func (x *CartItemDeleteResp) GetPong() string + func (x *CartItemDeleteResp) ProtoReflect() protoreflect.Message + func (x *CartItemDeleteResp) Reset() + func (x *CartItemDeleteResp) String() string + type CartItemListData struct + CreateDate string + DeleteStatus int32 + Id int64 + MemberId int64 + MemberNickname string + ModifyDate string + Price float32 + ProductAttr string + ProductBrand string + ProductCategoryId int64 + ProductId int64 + ProductName string + ProductPic string + ProductSkuCode string + ProductSkuId int64 + ProductSn string + ProductSubTitle string + Quantity int32 + func (*CartItemListData) Descriptor() ([]byte, []int) + func (*CartItemListData) ProtoMessage() + func (x *CartItemListData) GetCreateDate() string + func (x *CartItemListData) GetDeleteStatus() int32 + func (x *CartItemListData) GetId() int64 + func (x *CartItemListData) GetMemberId() int64 + func (x *CartItemListData) GetMemberNickname() string + func (x *CartItemListData) GetModifyDate() string + func (x *CartItemListData) GetPrice() float32 + func (x *CartItemListData) GetProductAttr() string + func (x *CartItemListData) GetProductBrand() string + func (x *CartItemListData) GetProductCategoryId() int64 + func (x *CartItemListData) GetProductId() int64 + func (x *CartItemListData) GetProductName() string + func (x *CartItemListData) GetProductPic() string + func (x *CartItemListData) GetProductSkuCode() string + func (x *CartItemListData) GetProductSkuId() int64 + func (x *CartItemListData) GetProductSn() string + func (x *CartItemListData) GetProductSubTitle() string + func (x *CartItemListData) GetQuantity() int32 + func (x *CartItemListData) ProtoReflect() protoreflect.Message + func (x *CartItemListData) Reset() + func (x *CartItemListData) String() string + type CartItemListReq struct + MemberId int64 + func (*CartItemListReq) Descriptor() ([]byte, []int) + func (*CartItemListReq) ProtoMessage() + func (x *CartItemListReq) GetMemberId() int64 + func (x *CartItemListReq) ProtoReflect() protoreflect.Message + func (x *CartItemListReq) Reset() + func (x *CartItemListReq) String() string + type CartItemListResp struct + List []*CartItemListData + Total int64 + func (*CartItemListResp) Descriptor() ([]byte, []int) + func (*CartItemListResp) ProtoMessage() + func (x *CartItemListResp) GetList() []*CartItemListData + func (x *CartItemListResp) GetTotal() int64 + func (x *CartItemListResp) ProtoReflect() protoreflect.Message + func (x *CartItemListResp) Reset() + func (x *CartItemListResp) String() string + type CartItemServiceClient interface + CartItemAdd func(ctx context.Context, in *CartItemAddReq, opts ...grpc.CallOption) (*CartItemAddResp, error) + CartItemClear func(ctx context.Context, in *CartItemClearReq, opts ...grpc.CallOption) (*CartItemClearResp, error) + CartItemDelete func(ctx context.Context, in *CartItemDeleteReq, opts ...grpc.CallOption) (*CartItemDeleteResp, error) + CartItemList func(ctx context.Context, in *CartItemListReq, opts ...grpc.CallOption) (*CartItemListResp, error) + CartItemUpdate func(ctx context.Context, in *CartItemUpdateReq, opts ...grpc.CallOption) (*CartItemUpdateResp, error) + CartItemUpdateQuantity func(ctx context.Context, in *CartItemUpdateReq, opts ...grpc.CallOption) (*CartItemUpdateResp, error) + func NewCartItemServiceClient(cc grpc.ClientConnInterface) CartItemServiceClient + type CartItemServiceServer interface + CartItemAdd func(context.Context, *CartItemAddReq) (*CartItemAddResp, error) + CartItemClear func(context.Context, *CartItemClearReq) (*CartItemClearResp, error) + CartItemDelete func(context.Context, *CartItemDeleteReq) (*CartItemDeleteResp, error) + CartItemList func(context.Context, *CartItemListReq) (*CartItemListResp, error) + CartItemUpdate func(context.Context, *CartItemUpdateReq) (*CartItemUpdateResp, error) + CartItemUpdateQuantity func(context.Context, *CartItemUpdateReq) (*CartItemUpdateResp, error) + type CartItemUpdateReq struct + CreateDate string + DeleteStatus int32 + Id int64 + MemberId int64 + MemberNickname string + ModifyDate string + Price float32 + ProductAttr string + ProductBrand string + ProductCategoryId int64 + ProductId int64 + ProductName string + ProductPic string + ProductSkuCode string + ProductSkuId int64 + ProductSn string + ProductSubTitle string + Quantity int32 + func (*CartItemUpdateReq) Descriptor() ([]byte, []int) + func (*CartItemUpdateReq) ProtoMessage() + func (x *CartItemUpdateReq) GetCreateDate() string + func (x *CartItemUpdateReq) GetDeleteStatus() int32 + func (x *CartItemUpdateReq) GetId() int64 + func (x *CartItemUpdateReq) GetMemberId() int64 + func (x *CartItemUpdateReq) GetMemberNickname() string + func (x *CartItemUpdateReq) GetModifyDate() string + func (x *CartItemUpdateReq) GetPrice() float32 + func (x *CartItemUpdateReq) GetProductAttr() string + func (x *CartItemUpdateReq) GetProductBrand() string + func (x *CartItemUpdateReq) GetProductCategoryId() int64 + func (x *CartItemUpdateReq) GetProductId() int64 + func (x *CartItemUpdateReq) GetProductName() string + func (x *CartItemUpdateReq) GetProductPic() string + func (x *CartItemUpdateReq) GetProductSkuCode() string + func (x *CartItemUpdateReq) GetProductSkuId() int64 + func (x *CartItemUpdateReq) GetProductSn() string + func (x *CartItemUpdateReq) GetProductSubTitle() string + func (x *CartItemUpdateReq) GetQuantity() int32 + func (x *CartItemUpdateReq) ProtoReflect() protoreflect.Message + func (x *CartItemUpdateReq) Reset() + func (x *CartItemUpdateReq) String() string + type CartItemUpdateResp struct + Pong string + func (*CartItemUpdateResp) Descriptor() ([]byte, []int) + func (*CartItemUpdateResp) ProtoMessage() + func (x *CartItemUpdateResp) GetPong() string + func (x *CartItemUpdateResp) ProtoReflect() protoreflect.Message + func (x *CartItemUpdateResp) Reset() + func (x *CartItemUpdateResp) String() string + type CompanyAddressAddReq struct + AddressName string + City string + DetailAddress string + Name string + Phone string + Province string + ReceiveStatus int32 + Region string + SendStatus int32 + func (*CompanyAddressAddReq) Descriptor() ([]byte, []int) + func (*CompanyAddressAddReq) ProtoMessage() + func (x *CompanyAddressAddReq) GetAddressName() string + func (x *CompanyAddressAddReq) GetCity() string + func (x *CompanyAddressAddReq) GetDetailAddress() string + func (x *CompanyAddressAddReq) GetName() string + func (x *CompanyAddressAddReq) GetPhone() string + func (x *CompanyAddressAddReq) GetProvince() string + func (x *CompanyAddressAddReq) GetReceiveStatus() int32 + func (x *CompanyAddressAddReq) GetRegion() string + func (x *CompanyAddressAddReq) GetSendStatus() int32 + func (x *CompanyAddressAddReq) ProtoReflect() protoreflect.Message + func (x *CompanyAddressAddReq) Reset() + func (x *CompanyAddressAddReq) String() string + type CompanyAddressAddResp struct + Pong string + func (*CompanyAddressAddResp) Descriptor() ([]byte, []int) + func (*CompanyAddressAddResp) ProtoMessage() + func (x *CompanyAddressAddResp) GetPong() string + func (x *CompanyAddressAddResp) ProtoReflect() protoreflect.Message + func (x *CompanyAddressAddResp) Reset() + func (x *CompanyAddressAddResp) String() string + type CompanyAddressDeleteReq struct + Ids []int64 + func (*CompanyAddressDeleteReq) Descriptor() ([]byte, []int) + func (*CompanyAddressDeleteReq) ProtoMessage() + func (x *CompanyAddressDeleteReq) GetIds() []int64 + func (x *CompanyAddressDeleteReq) ProtoReflect() protoreflect.Message + func (x *CompanyAddressDeleteReq) Reset() + func (x *CompanyAddressDeleteReq) String() string + type CompanyAddressDeleteResp struct + Pong string + func (*CompanyAddressDeleteResp) Descriptor() ([]byte, []int) + func (*CompanyAddressDeleteResp) ProtoMessage() + func (x *CompanyAddressDeleteResp) GetPong() string + func (x *CompanyAddressDeleteResp) ProtoReflect() protoreflect.Message + func (x *CompanyAddressDeleteResp) Reset() + func (x *CompanyAddressDeleteResp) String() string + type CompanyAddressListData struct + AddressName string + City string + DetailAddress string + Id int64 + Name string + Phone string + Province string + ReceiveStatus int32 + Region string + SendStatus int32 + func (*CompanyAddressListData) Descriptor() ([]byte, []int) + func (*CompanyAddressListData) ProtoMessage() + func (x *CompanyAddressListData) GetAddressName() string + func (x *CompanyAddressListData) GetCity() string + func (x *CompanyAddressListData) GetDetailAddress() string + func (x *CompanyAddressListData) GetId() int64 + func (x *CompanyAddressListData) GetName() string + func (x *CompanyAddressListData) GetPhone() string + func (x *CompanyAddressListData) GetProvince() string + func (x *CompanyAddressListData) GetReceiveStatus() int32 + func (x *CompanyAddressListData) GetRegion() string + func (x *CompanyAddressListData) GetSendStatus() int32 + func (x *CompanyAddressListData) ProtoReflect() protoreflect.Message + func (x *CompanyAddressListData) Reset() + func (x *CompanyAddressListData) String() string + type CompanyAddressListReq struct + Current int64 + PageSize int64 + func (*CompanyAddressListReq) Descriptor() ([]byte, []int) + func (*CompanyAddressListReq) ProtoMessage() + func (x *CompanyAddressListReq) GetCurrent() int64 + func (x *CompanyAddressListReq) GetPageSize() int64 + func (x *CompanyAddressListReq) ProtoReflect() protoreflect.Message + func (x *CompanyAddressListReq) Reset() + func (x *CompanyAddressListReq) String() string + type CompanyAddressListResp struct + List []*CompanyAddressListData + Total int64 + func (*CompanyAddressListResp) Descriptor() ([]byte, []int) + func (*CompanyAddressListResp) ProtoMessage() + func (x *CompanyAddressListResp) GetList() []*CompanyAddressListData + func (x *CompanyAddressListResp) GetTotal() int64 + func (x *CompanyAddressListResp) ProtoReflect() protoreflect.Message + func (x *CompanyAddressListResp) Reset() + func (x *CompanyAddressListResp) String() string + type CompanyAddressServiceClient interface + CompanyAddressAdd func(ctx context.Context, in *CompanyAddressAddReq, opts ...grpc.CallOption) (*CompanyAddressAddResp, error) + CompanyAddressDelete func(ctx context.Context, in *CompanyAddressDeleteReq, opts ...grpc.CallOption) (*CompanyAddressDeleteResp, error) + CompanyAddressList func(ctx context.Context, in *CompanyAddressListReq, opts ...grpc.CallOption) (*CompanyAddressListResp, error) + CompanyAddressUpdate func(ctx context.Context, in *CompanyAddressUpdateReq, opts ...grpc.CallOption) (*CompanyAddressUpdateResp, error) + func NewCompanyAddressServiceClient(cc grpc.ClientConnInterface) CompanyAddressServiceClient + type CompanyAddressServiceServer interface + CompanyAddressAdd func(context.Context, *CompanyAddressAddReq) (*CompanyAddressAddResp, error) + CompanyAddressDelete func(context.Context, *CompanyAddressDeleteReq) (*CompanyAddressDeleteResp, error) + CompanyAddressList func(context.Context, *CompanyAddressListReq) (*CompanyAddressListResp, error) + CompanyAddressUpdate func(context.Context, *CompanyAddressUpdateReq) (*CompanyAddressUpdateResp, error) + type CompanyAddressUpdateReq struct + AddressName string + City string + DetailAddress string + Id int64 + Name string + Phone string + Province string + ReceiveStatus int32 + Region string + SendStatus int32 + func (*CompanyAddressUpdateReq) Descriptor() ([]byte, []int) + func (*CompanyAddressUpdateReq) ProtoMessage() + func (x *CompanyAddressUpdateReq) GetAddressName() string + func (x *CompanyAddressUpdateReq) GetCity() string + func (x *CompanyAddressUpdateReq) GetDetailAddress() string + func (x *CompanyAddressUpdateReq) GetId() int64 + func (x *CompanyAddressUpdateReq) GetName() string + func (x *CompanyAddressUpdateReq) GetPhone() string + func (x *CompanyAddressUpdateReq) GetProvince() string + func (x *CompanyAddressUpdateReq) GetReceiveStatus() int32 + func (x *CompanyAddressUpdateReq) GetRegion() string + func (x *CompanyAddressUpdateReq) GetSendStatus() int32 + func (x *CompanyAddressUpdateReq) ProtoReflect() protoreflect.Message + func (x *CompanyAddressUpdateReq) Reset() + func (x *CompanyAddressUpdateReq) String() string + type CompanyAddressUpdateResp struct + Pong string + func (*CompanyAddressUpdateResp) Descriptor() ([]byte, []int) + func (*CompanyAddressUpdateResp) ProtoMessage() + func (x *CompanyAddressUpdateResp) GetPong() string + func (x *CompanyAddressUpdateResp) ProtoReflect() protoreflect.Message + func (x *CompanyAddressUpdateResp) Reset() + func (x *CompanyAddressUpdateResp) String() string + type OrderAddReq struct + AutoConfirmDay int32 + BillContent string + BillHeader string + BillReceiverEmail string + BillReceiverPhone string + BillType int32 + CartItemIds []int64 + CommentTime string + ConfirmStatus int32 + CouponAmount float32 + CouponId int64 + CreateTime string + DeleteStatus int32 + DeliveryCompany string + DeliverySn string + DeliveryTime string + DiscountAmount float32 + FreightAmount float32 + Growth int32 + Integration int32 + IntegrationAmount float32 + MemberId int64 + MemberUsername string + ModifyTime string + Note string + OrderId int64 + OrderItemList []*OrderItemListData + OrderSn string + OrderType int32 + PayAmount float32 + PayType int32 + PaymentTime string + PromotionAmount float32 + PromotionInfo string + ReceiveTime string + ReceiverCity string + ReceiverDetailAddress string + ReceiverName string + ReceiverPhone string + ReceiverPostCode string + ReceiverProvince string + ReceiverRegion string + SourceType int32 + Status int32 + TotalAmount float32 + UseIntegration int32 + func (*OrderAddReq) Descriptor() ([]byte, []int) + func (*OrderAddReq) ProtoMessage() + func (x *OrderAddReq) GetAutoConfirmDay() int32 + func (x *OrderAddReq) GetBillContent() string + func (x *OrderAddReq) GetBillHeader() string + func (x *OrderAddReq) GetBillReceiverEmail() string + func (x *OrderAddReq) GetBillReceiverPhone() string + func (x *OrderAddReq) GetBillType() int32 + func (x *OrderAddReq) GetCartItemIds() []int64 + func (x *OrderAddReq) GetCommentTime() string + func (x *OrderAddReq) GetConfirmStatus() int32 + func (x *OrderAddReq) GetCouponAmount() float32 + func (x *OrderAddReq) GetCouponId() int64 + func (x *OrderAddReq) GetCreateTime() string + func (x *OrderAddReq) GetDeleteStatus() int32 + func (x *OrderAddReq) GetDeliveryCompany() string + func (x *OrderAddReq) GetDeliverySn() string + func (x *OrderAddReq) GetDeliveryTime() string + func (x *OrderAddReq) GetDiscountAmount() float32 + func (x *OrderAddReq) GetFreightAmount() float32 + func (x *OrderAddReq) GetGrowth() int32 + func (x *OrderAddReq) GetIntegration() int32 + func (x *OrderAddReq) GetIntegrationAmount() float32 + func (x *OrderAddReq) GetMemberId() int64 + func (x *OrderAddReq) GetMemberUsername() string + func (x *OrderAddReq) GetModifyTime() string + func (x *OrderAddReq) GetNote() string + func (x *OrderAddReq) GetOrderId() int64 + func (x *OrderAddReq) GetOrderItemList() []*OrderItemListData + func (x *OrderAddReq) GetOrderSn() string + func (x *OrderAddReq) GetOrderType() int32 + func (x *OrderAddReq) GetPayAmount() float32 + func (x *OrderAddReq) GetPayType() int32 + func (x *OrderAddReq) GetPaymentTime() string + func (x *OrderAddReq) GetPromotionAmount() float32 + func (x *OrderAddReq) GetPromotionInfo() string + func (x *OrderAddReq) GetReceiveTime() string + func (x *OrderAddReq) GetReceiverCity() string + func (x *OrderAddReq) GetReceiverDetailAddress() string + func (x *OrderAddReq) GetReceiverName() string + func (x *OrderAddReq) GetReceiverPhone() string + func (x *OrderAddReq) GetReceiverPostCode() string + func (x *OrderAddReq) GetReceiverProvince() string + func (x *OrderAddReq) GetReceiverRegion() string + func (x *OrderAddReq) GetSourceType() int32 + func (x *OrderAddReq) GetStatus() int32 + func (x *OrderAddReq) GetTotalAmount() float32 + func (x *OrderAddReq) GetUseIntegration() int32 + func (x *OrderAddReq) ProtoReflect() protoreflect.Message + func (x *OrderAddReq) Reset() + func (x *OrderAddReq) String() string + type OrderAddResp struct + Id int64 + func (*OrderAddResp) Descriptor() ([]byte, []int) + func (*OrderAddResp) ProtoMessage() + func (x *OrderAddResp) GetId() int64 + func (x *OrderAddResp) ProtoReflect() protoreflect.Message + func (x *OrderAddResp) Reset() + func (x *OrderAddResp) String() string + type OrderCancelReq struct + MemberId int64 + OrderId int64 + func (*OrderCancelReq) Descriptor() ([]byte, []int) + func (*OrderCancelReq) ProtoMessage() + func (x *OrderCancelReq) GetMemberId() int64 + func (x *OrderCancelReq) GetOrderId() int64 + func (x *OrderCancelReq) ProtoReflect() protoreflect.Message + func (x *OrderCancelReq) Reset() + func (x *OrderCancelReq) String() string + type OrderCancelResp struct + CouponId int64 + Data []*ReleaseSkuStockLockData + Integration int32 + func (*OrderCancelResp) Descriptor() ([]byte, []int) + func (*OrderCancelResp) ProtoMessage() + func (x *OrderCancelResp) GetCouponId() int64 + func (x *OrderCancelResp) GetData() []*ReleaseSkuStockLockData + func (x *OrderCancelResp) GetIntegration() int32 + func (x *OrderCancelResp) ProtoReflect() protoreflect.Message + func (x *OrderCancelResp) Reset() + func (x *OrderCancelResp) String() string + type OrderConfirmReq struct + MemberId int64 + OrderId int64 + func (*OrderConfirmReq) Descriptor() ([]byte, []int) + func (*OrderConfirmReq) ProtoMessage() + func (x *OrderConfirmReq) GetMemberId() int64 + func (x *OrderConfirmReq) GetOrderId() int64 + func (x *OrderConfirmReq) ProtoReflect() protoreflect.Message + func (x *OrderConfirmReq) Reset() + func (x *OrderConfirmReq) String() string + type OrderConfirmResp struct + Pong string + func (*OrderConfirmResp) Descriptor() ([]byte, []int) + func (*OrderConfirmResp) ProtoMessage() + func (x *OrderConfirmResp) GetPong() string + func (x *OrderConfirmResp) ProtoReflect() protoreflect.Message + func (x *OrderConfirmResp) Reset() + func (x *OrderConfirmResp) String() string + type OrderDeleteByIdReq struct + Ids []int64 + func (*OrderDeleteByIdReq) Descriptor() ([]byte, []int) + func (*OrderDeleteByIdReq) ProtoMessage() + func (x *OrderDeleteByIdReq) GetIds() []int64 + func (x *OrderDeleteByIdReq) ProtoReflect() protoreflect.Message + func (x *OrderDeleteByIdReq) Reset() + func (x *OrderDeleteByIdReq) String() string + type OrderDeleteReq struct + MemberId int64 + OrderId int64 + func (*OrderDeleteReq) Descriptor() ([]byte, []int) + func (*OrderDeleteReq) ProtoMessage() + func (x *OrderDeleteReq) GetMemberId() int64 + func (x *OrderDeleteReq) GetOrderId() int64 + func (x *OrderDeleteReq) ProtoReflect() protoreflect.Message + func (x *OrderDeleteReq) Reset() + func (x *OrderDeleteReq) String() string + type OrderDeleteResp struct + Pong string + func (*OrderDeleteResp) Descriptor() ([]byte, []int) + func (*OrderDeleteResp) ProtoMessage() + func (x *OrderDeleteResp) GetPong() string + func (x *OrderDeleteResp) ProtoReflect() protoreflect.Message + func (x *OrderDeleteResp) Reset() + func (x *OrderDeleteResp) String() string + type OrderItemAddReq struct + CouponAmount float32 + GiftGrowth int32 + GiftIntegration int32 + IntegrationAmount float32 + OrderId int64 + OrderSn string + ProductAttr string + ProductBrand string + ProductCategoryId int64 + ProductId int64 + ProductName string + ProductPic string + ProductPrice float32 + ProductQuantity int32 + ProductSkuCode string + ProductSkuId int64 + ProductSn string + PromotionAmount float32 + PromotionName string + RealAmount float32 + func (*OrderItemAddReq) Descriptor() ([]byte, []int) + func (*OrderItemAddReq) ProtoMessage() + func (x *OrderItemAddReq) GetCouponAmount() float32 + func (x *OrderItemAddReq) GetGiftGrowth() int32 + func (x *OrderItemAddReq) GetGiftIntegration() int32 + func (x *OrderItemAddReq) GetIntegrationAmount() float32 + func (x *OrderItemAddReq) GetOrderId() int64 + func (x *OrderItemAddReq) GetOrderSn() string + func (x *OrderItemAddReq) GetProductAttr() string + func (x *OrderItemAddReq) GetProductBrand() string + func (x *OrderItemAddReq) GetProductCategoryId() int64 + func (x *OrderItemAddReq) GetProductId() int64 + func (x *OrderItemAddReq) GetProductName() string + func (x *OrderItemAddReq) GetProductPic() string + func (x *OrderItemAddReq) GetProductPrice() float32 + func (x *OrderItemAddReq) GetProductQuantity() int32 + func (x *OrderItemAddReq) GetProductSkuCode() string + func (x *OrderItemAddReq) GetProductSkuId() int64 + func (x *OrderItemAddReq) GetProductSn() string + func (x *OrderItemAddReq) GetPromotionAmount() float32 + func (x *OrderItemAddReq) GetPromotionName() string + func (x *OrderItemAddReq) GetRealAmount() float32 + func (x *OrderItemAddReq) ProtoReflect() protoreflect.Message + func (x *OrderItemAddReq) Reset() + func (x *OrderItemAddReq) String() string + type OrderItemAddResp struct + Pong string + func (*OrderItemAddResp) Descriptor() ([]byte, []int) + func (*OrderItemAddResp) ProtoMessage() + func (x *OrderItemAddResp) GetPong() string + func (x *OrderItemAddResp) ProtoReflect() protoreflect.Message + func (x *OrderItemAddResp) Reset() + func (x *OrderItemAddResp) String() string + type OrderItemDeleteReq struct + Ids []int64 + func (*OrderItemDeleteReq) Descriptor() ([]byte, []int) + func (*OrderItemDeleteReq) ProtoMessage() + func (x *OrderItemDeleteReq) GetIds() []int64 + func (x *OrderItemDeleteReq) ProtoReflect() protoreflect.Message + func (x *OrderItemDeleteReq) Reset() + func (x *OrderItemDeleteReq) String() string + type OrderItemDeleteResp struct + Pong string + func (*OrderItemDeleteResp) Descriptor() ([]byte, []int) + func (*OrderItemDeleteResp) ProtoMessage() + func (x *OrderItemDeleteResp) GetPong() string + func (x *OrderItemDeleteResp) ProtoReflect() protoreflect.Message + func (x *OrderItemDeleteResp) Reset() + func (x *OrderItemDeleteResp) String() string + type OrderItemListData struct + CouponAmount float32 + GiftGrowth int32 + GiftIntegration int32 + Id int64 + IntegrationAmount float32 + OrderId int64 + OrderSn string + ProductAttr string + ProductBrand string + ProductCategoryId int64 + ProductId int64 + ProductName string + ProductPic string + ProductPrice float32 + ProductQuantity int32 + ProductSkuCode string + ProductSkuId int64 + ProductSn string + PromotionAmount float32 + PromotionName string + RealAmount float32 + func (*OrderItemListData) Descriptor() ([]byte, []int) + func (*OrderItemListData) ProtoMessage() + func (x *OrderItemListData) GetCouponAmount() float32 + func (x *OrderItemListData) GetGiftGrowth() int32 + func (x *OrderItemListData) GetGiftIntegration() int32 + func (x *OrderItemListData) GetId() int64 + func (x *OrderItemListData) GetIntegrationAmount() float32 + func (x *OrderItemListData) GetOrderId() int64 + func (x *OrderItemListData) GetOrderSn() string + func (x *OrderItemListData) GetProductAttr() string + func (x *OrderItemListData) GetProductBrand() string + func (x *OrderItemListData) GetProductCategoryId() int64 + func (x *OrderItemListData) GetProductId() int64 + func (x *OrderItemListData) GetProductName() string + func (x *OrderItemListData) GetProductPic() string + func (x *OrderItemListData) GetProductPrice() float32 + func (x *OrderItemListData) GetProductQuantity() int32 + func (x *OrderItemListData) GetProductSkuCode() string + func (x *OrderItemListData) GetProductSkuId() int64 + func (x *OrderItemListData) GetProductSn() string + func (x *OrderItemListData) GetPromotionAmount() float32 + func (x *OrderItemListData) GetPromotionName() string + func (x *OrderItemListData) GetRealAmount() float32 + func (x *OrderItemListData) ProtoReflect() protoreflect.Message + func (x *OrderItemListData) Reset() + func (x *OrderItemListData) String() string + type OrderItemListReq struct + Current int64 + PageSize int64 + func (*OrderItemListReq) Descriptor() ([]byte, []int) + func (*OrderItemListReq) ProtoMessage() + func (x *OrderItemListReq) GetCurrent() int64 + func (x *OrderItemListReq) GetPageSize() int64 + func (x *OrderItemListReq) ProtoReflect() protoreflect.Message + func (x *OrderItemListReq) Reset() + func (x *OrderItemListReq) String() string + type OrderItemListResp struct + List []*OrderItemListData + Total int64 + func (*OrderItemListResp) Descriptor() ([]byte, []int) + func (*OrderItemListResp) ProtoMessage() + func (x *OrderItemListResp) GetList() []*OrderItemListData + func (x *OrderItemListResp) GetTotal() int64 + func (x *OrderItemListResp) ProtoReflect() protoreflect.Message + func (x *OrderItemListResp) Reset() + func (x *OrderItemListResp) String() string + type OrderItemServiceClient interface + OrderItemAdd func(ctx context.Context, in *OrderItemAddReq, opts ...grpc.CallOption) (*OrderItemAddResp, error) + OrderItemDelete func(ctx context.Context, in *OrderItemDeleteReq, opts ...grpc.CallOption) (*OrderItemDeleteResp, error) + OrderItemList func(ctx context.Context, in *OrderItemListReq, opts ...grpc.CallOption) (*OrderItemListResp, error) + OrderItemUpdate func(ctx context.Context, in *OrderItemUpdateReq, opts ...grpc.CallOption) (*OrderItemUpdateResp, error) + func NewOrderItemServiceClient(cc grpc.ClientConnInterface) OrderItemServiceClient + type OrderItemServiceServer interface + OrderItemAdd func(context.Context, *OrderItemAddReq) (*OrderItemAddResp, error) + OrderItemDelete func(context.Context, *OrderItemDeleteReq) (*OrderItemDeleteResp, error) + OrderItemList func(context.Context, *OrderItemListReq) (*OrderItemListResp, error) + OrderItemUpdate func(context.Context, *OrderItemUpdateReq) (*OrderItemUpdateResp, error) + type OrderItemUpdateReq struct + CouponAmount float32 + GiftGrowth int32 + GiftIntegration int32 + Id int64 + IntegrationAmount float32 + OrderId int64 + OrderSn string + ProductAttr string + ProductBrand string + ProductCategoryId int64 + ProductId int64 + ProductName string + ProductPic string + ProductPrice float32 + ProductQuantity int32 + ProductSkuCode string + ProductSkuId int64 + ProductSn string + PromotionAmount float32 + PromotionName string + RealAmount float32 + func (*OrderItemUpdateReq) Descriptor() ([]byte, []int) + func (*OrderItemUpdateReq) ProtoMessage() + func (x *OrderItemUpdateReq) GetCouponAmount() float32 + func (x *OrderItemUpdateReq) GetGiftGrowth() int32 + func (x *OrderItemUpdateReq) GetGiftIntegration() int32 + func (x *OrderItemUpdateReq) GetId() int64 + func (x *OrderItemUpdateReq) GetIntegrationAmount() float32 + func (x *OrderItemUpdateReq) GetOrderId() int64 + func (x *OrderItemUpdateReq) GetOrderSn() string + func (x *OrderItemUpdateReq) GetProductAttr() string + func (x *OrderItemUpdateReq) GetProductBrand() string + func (x *OrderItemUpdateReq) GetProductCategoryId() int64 + func (x *OrderItemUpdateReq) GetProductId() int64 + func (x *OrderItemUpdateReq) GetProductName() string + func (x *OrderItemUpdateReq) GetProductPic() string + func (x *OrderItemUpdateReq) GetProductPrice() float32 + func (x *OrderItemUpdateReq) GetProductQuantity() int32 + func (x *OrderItemUpdateReq) GetProductSkuCode() string + func (x *OrderItemUpdateReq) GetProductSkuId() int64 + func (x *OrderItemUpdateReq) GetProductSn() string + func (x *OrderItemUpdateReq) GetPromotionAmount() float32 + func (x *OrderItemUpdateReq) GetPromotionName() string + func (x *OrderItemUpdateReq) GetRealAmount() float32 + func (x *OrderItemUpdateReq) ProtoReflect() protoreflect.Message + func (x *OrderItemUpdateReq) Reset() + func (x *OrderItemUpdateReq) String() string + type OrderItemUpdateResp struct + Pong string + func (*OrderItemUpdateResp) Descriptor() ([]byte, []int) + func (*OrderItemUpdateResp) ProtoMessage() + func (x *OrderItemUpdateResp) GetPong() string + func (x *OrderItemUpdateResp) ProtoReflect() protoreflect.Message + func (x *OrderItemUpdateResp) Reset() + func (x *OrderItemUpdateResp) String() string + type OrderListByMemberIdReq struct + Id int64 + MemberId int64 + func (*OrderListByMemberIdReq) Descriptor() ([]byte, []int) + func (*OrderListByMemberIdReq) ProtoMessage() + func (x *OrderListByMemberIdReq) GetId() int64 + func (x *OrderListByMemberIdReq) GetMemberId() int64 + func (x *OrderListByMemberIdReq) ProtoReflect() protoreflect.Message + func (x *OrderListByMemberIdReq) Reset() + func (x *OrderListByMemberIdReq) String() string + type OrderListByMemberIdResp struct + Data *OrderListData + Total int64 + func (*OrderListByMemberIdResp) Descriptor() ([]byte, []int) + func (*OrderListByMemberIdResp) ProtoMessage() + func (x *OrderListByMemberIdResp) GetData() *OrderListData + func (x *OrderListByMemberIdResp) GetTotal() int64 + func (x *OrderListByMemberIdResp) ProtoReflect() protoreflect.Message + func (x *OrderListByMemberIdResp) Reset() + func (x *OrderListByMemberIdResp) String() string + type OrderListData struct + AutoConfirmDay int32 + BillContent string + BillHeader string + BillReceiverEmail string + BillReceiverPhone string + BillType int32 + CommentTime string + ConfirmStatus int32 + CouponAmount float64 + CouponId int64 + CreateTime string + DeleteStatus int32 + DeliveryCompany string + DeliverySn string + DeliveryTime string + DiscountAmount float64 + FreightAmount float64 + Growth int32 + HistoryListData []*OrderOperateHistoryListData + Id int64 + Integration int32 + IntegrationAmount float64 + ItemListData []*OrderItemListData + MemberId int64 + MemberUsername string + ModifyTime string + Note string + OrderSn string + OrderType int32 + PayAmount float64 + PayType int32 + PaymentTime string + PromotionAmount float64 + PromotionInfo string + ReceiveTime string + ReceiverCity string + ReceiverDetailAddress string + ReceiverName string + ReceiverPhone string + ReceiverPostCode string + ReceiverProvince string + ReceiverRegion string + SourceType int32 + Status int32 + TotalAmount float64 + UseIntegration int32 + func (*OrderListData) Descriptor() ([]byte, []int) + func (*OrderListData) ProtoMessage() + func (x *OrderListData) GetAutoConfirmDay() int32 + func (x *OrderListData) GetBillContent() string + func (x *OrderListData) GetBillHeader() string + func (x *OrderListData) GetBillReceiverEmail() string + func (x *OrderListData) GetBillReceiverPhone() string + func (x *OrderListData) GetBillType() int32 + func (x *OrderListData) GetCommentTime() string + func (x *OrderListData) GetConfirmStatus() int32 + func (x *OrderListData) GetCouponAmount() float64 + func (x *OrderListData) GetCouponId() int64 + func (x *OrderListData) GetCreateTime() string + func (x *OrderListData) GetDeleteStatus() int32 + func (x *OrderListData) GetDeliveryCompany() string + func (x *OrderListData) GetDeliverySn() string + func (x *OrderListData) GetDeliveryTime() string + func (x *OrderListData) GetDiscountAmount() float64 + func (x *OrderListData) GetFreightAmount() float64 + func (x *OrderListData) GetGrowth() int32 + func (x *OrderListData) GetHistoryListData() []*OrderOperateHistoryListData + func (x *OrderListData) GetId() int64 + func (x *OrderListData) GetIntegration() int32 + func (x *OrderListData) GetIntegrationAmount() float64 + func (x *OrderListData) GetItemListData() []*OrderItemListData + func (x *OrderListData) GetMemberId() int64 + func (x *OrderListData) GetMemberUsername() string + func (x *OrderListData) GetModifyTime() string + func (x *OrderListData) GetNote() string + func (x *OrderListData) GetOrderSn() string + func (x *OrderListData) GetOrderType() int32 + func (x *OrderListData) GetPayAmount() float64 + func (x *OrderListData) GetPayType() int32 + func (x *OrderListData) GetPaymentTime() string + func (x *OrderListData) GetPromotionAmount() float64 + func (x *OrderListData) GetPromotionInfo() string + func (x *OrderListData) GetReceiveTime() string + func (x *OrderListData) GetReceiverCity() string + func (x *OrderListData) GetReceiverDetailAddress() string + func (x *OrderListData) GetReceiverName() string + func (x *OrderListData) GetReceiverPhone() string + func (x *OrderListData) GetReceiverPostCode() string + func (x *OrderListData) GetReceiverProvince() string + func (x *OrderListData) GetReceiverRegion() string + func (x *OrderListData) GetSourceType() int32 + func (x *OrderListData) GetStatus() int32 + func (x *OrderListData) GetTotalAmount() float64 + func (x *OrderListData) GetUseIntegration() int32 + func (x *OrderListData) ProtoReflect() protoreflect.Message + func (x *OrderListData) Reset() + func (x *OrderListData) String() string + type OrderListReq struct + Current int64 + MemberId int64 + MemberUsername string + OrderSn string + OrderType int32 + PageSize int64 + PayType int32 + SourceType int32 + Status int32 + func (*OrderListReq) Descriptor() ([]byte, []int) + func (*OrderListReq) ProtoMessage() + func (x *OrderListReq) GetCurrent() int64 + func (x *OrderListReq) GetMemberId() int64 + func (x *OrderListReq) GetMemberUsername() string + func (x *OrderListReq) GetOrderSn() string + func (x *OrderListReq) GetOrderType() int32 + func (x *OrderListReq) GetPageSize() int64 + func (x *OrderListReq) GetPayType() int32 + func (x *OrderListReq) GetSourceType() int32 + func (x *OrderListReq) GetStatus() int32 + func (x *OrderListReq) ProtoReflect() protoreflect.Message + func (x *OrderListReq) Reset() + func (x *OrderListReq) String() string + type OrderListResp struct + List []*OrderListData + Total int64 + func (*OrderListResp) Descriptor() ([]byte, []int) + func (*OrderListResp) ProtoMessage() + func (x *OrderListResp) GetList() []*OrderListData + func (x *OrderListResp) GetTotal() int64 + func (x *OrderListResp) ProtoReflect() protoreflect.Message + func (x *OrderListResp) Reset() + func (x *OrderListResp) String() string + type OrderOperateHistorServiceClient interface + OrderOperateHistoryAdd func(ctx context.Context, in *OrderOperateHistoryAddReq, opts ...grpc.CallOption) (*OrderOperateHistoryAddResp, error) + OrderOperateHistoryDelete func(ctx context.Context, in *OrderOperateHistoryDeleteReq, opts ...grpc.CallOption) (*OrderOperateHistoryDeleteResp, error) + OrderOperateHistoryList func(ctx context.Context, in *OrderOperateHistoryListReq, opts ...grpc.CallOption) (*OrderOperateHistoryListResp, error) + OrderOperateHistoryUpdate func(ctx context.Context, in *OrderOperateHistoryUpdateReq, opts ...grpc.CallOption) (*OrderOperateHistoryUpdateResp, error) + func NewOrderOperateHistorServiceClient(cc grpc.ClientConnInterface) OrderOperateHistorServiceClient + type OrderOperateHistorServiceServer interface + OrderOperateHistoryAdd func(context.Context, *OrderOperateHistoryAddReq) (*OrderOperateHistoryAddResp, error) + OrderOperateHistoryDelete func(context.Context, *OrderOperateHistoryDeleteReq) (*OrderOperateHistoryDeleteResp, error) + OrderOperateHistoryList func(context.Context, *OrderOperateHistoryListReq) (*OrderOperateHistoryListResp, error) + OrderOperateHistoryUpdate func(context.Context, *OrderOperateHistoryUpdateReq) (*OrderOperateHistoryUpdateResp, error) + type OrderOperateHistoryAddReq struct + Note string + OperateMan string + OrderId int64 + OrderStatus int32 + func (*OrderOperateHistoryAddReq) Descriptor() ([]byte, []int) + func (*OrderOperateHistoryAddReq) ProtoMessage() + func (x *OrderOperateHistoryAddReq) GetNote() string + func (x *OrderOperateHistoryAddReq) GetOperateMan() string + func (x *OrderOperateHistoryAddReq) GetOrderId() int64 + func (x *OrderOperateHistoryAddReq) GetOrderStatus() int32 + func (x *OrderOperateHistoryAddReq) ProtoReflect() protoreflect.Message + func (x *OrderOperateHistoryAddReq) Reset() + func (x *OrderOperateHistoryAddReq) String() string + type OrderOperateHistoryAddResp struct + Pong string + func (*OrderOperateHistoryAddResp) Descriptor() ([]byte, []int) + func (*OrderOperateHistoryAddResp) ProtoMessage() + func (x *OrderOperateHistoryAddResp) GetPong() string + func (x *OrderOperateHistoryAddResp) ProtoReflect() protoreflect.Message + func (x *OrderOperateHistoryAddResp) Reset() + func (x *OrderOperateHistoryAddResp) String() string + type OrderOperateHistoryDeleteReq struct + Ids []int64 + func (*OrderOperateHistoryDeleteReq) Descriptor() ([]byte, []int) + func (*OrderOperateHistoryDeleteReq) ProtoMessage() + func (x *OrderOperateHistoryDeleteReq) GetIds() []int64 + func (x *OrderOperateHistoryDeleteReq) ProtoReflect() protoreflect.Message + func (x *OrderOperateHistoryDeleteReq) Reset() + func (x *OrderOperateHistoryDeleteReq) String() string + type OrderOperateHistoryDeleteResp struct + Pong string + func (*OrderOperateHistoryDeleteResp) Descriptor() ([]byte, []int) + func (*OrderOperateHistoryDeleteResp) ProtoMessage() + func (x *OrderOperateHistoryDeleteResp) GetPong() string + func (x *OrderOperateHistoryDeleteResp) ProtoReflect() protoreflect.Message + func (x *OrderOperateHistoryDeleteResp) Reset() + func (x *OrderOperateHistoryDeleteResp) String() string + type OrderOperateHistoryListData struct + CreateTime string + Id int64 + Note string + OperateMan string + OrderId int64 + OrderStatus int32 + func (*OrderOperateHistoryListData) Descriptor() ([]byte, []int) + func (*OrderOperateHistoryListData) ProtoMessage() + func (x *OrderOperateHistoryListData) GetCreateTime() string + func (x *OrderOperateHistoryListData) GetId() int64 + func (x *OrderOperateHistoryListData) GetNote() string + func (x *OrderOperateHistoryListData) GetOperateMan() string + func (x *OrderOperateHistoryListData) GetOrderId() int64 + func (x *OrderOperateHistoryListData) GetOrderStatus() int32 + func (x *OrderOperateHistoryListData) ProtoReflect() protoreflect.Message + func (x *OrderOperateHistoryListData) Reset() + func (x *OrderOperateHistoryListData) String() string + type OrderOperateHistoryListReq struct + Current int64 + PageSize int64 + func (*OrderOperateHistoryListReq) Descriptor() ([]byte, []int) + func (*OrderOperateHistoryListReq) ProtoMessage() + func (x *OrderOperateHistoryListReq) GetCurrent() int64 + func (x *OrderOperateHistoryListReq) GetPageSize() int64 + func (x *OrderOperateHistoryListReq) ProtoReflect() protoreflect.Message + func (x *OrderOperateHistoryListReq) Reset() + func (x *OrderOperateHistoryListReq) String() string + type OrderOperateHistoryListResp struct + List []*OrderOperateHistoryListData + Total int64 + func (*OrderOperateHistoryListResp) Descriptor() ([]byte, []int) + func (*OrderOperateHistoryListResp) ProtoMessage() + func (x *OrderOperateHistoryListResp) GetList() []*OrderOperateHistoryListData + func (x *OrderOperateHistoryListResp) GetTotal() int64 + func (x *OrderOperateHistoryListResp) ProtoReflect() protoreflect.Message + func (x *OrderOperateHistoryListResp) Reset() + func (x *OrderOperateHistoryListResp) String() string + type OrderOperateHistoryUpdateReq struct + CreateTime string + Id int64 + Note string + OperateMan string + OrderId int64 + OrderStatus int32 + func (*OrderOperateHistoryUpdateReq) Descriptor() ([]byte, []int) + func (*OrderOperateHistoryUpdateReq) ProtoMessage() + func (x *OrderOperateHistoryUpdateReq) GetCreateTime() string + func (x *OrderOperateHistoryUpdateReq) GetId() int64 + func (x *OrderOperateHistoryUpdateReq) GetNote() string + func (x *OrderOperateHistoryUpdateReq) GetOperateMan() string + func (x *OrderOperateHistoryUpdateReq) GetOrderId() int64 + func (x *OrderOperateHistoryUpdateReq) GetOrderStatus() int32 + func (x *OrderOperateHistoryUpdateReq) ProtoReflect() protoreflect.Message + func (x *OrderOperateHistoryUpdateReq) Reset() + func (x *OrderOperateHistoryUpdateReq) String() string + type OrderOperateHistoryUpdateResp struct + Pong string + func (*OrderOperateHistoryUpdateResp) Descriptor() ([]byte, []int) + func (*OrderOperateHistoryUpdateResp) ProtoMessage() + func (x *OrderOperateHistoryUpdateResp) GetPong() string + func (x *OrderOperateHistoryUpdateResp) ProtoReflect() protoreflect.Message + func (x *OrderOperateHistoryUpdateResp) Reset() + func (x *OrderOperateHistoryUpdateResp) String() string + type OrderRefundReq struct + OrderId int64 + UserId int64 + func (*OrderRefundReq) Descriptor() ([]byte, []int) + func (*OrderRefundReq) ProtoMessage() + func (x *OrderRefundReq) GetOrderId() int64 + func (x *OrderRefundReq) GetUserId() int64 + func (x *OrderRefundReq) ProtoReflect() protoreflect.Message + func (x *OrderRefundReq) Reset() + func (x *OrderRefundReq) String() string + type OrderRefundResp struct + Pong string + func (*OrderRefundResp) Descriptor() ([]byte, []int) + func (*OrderRefundResp) ProtoMessage() + func (x *OrderRefundResp) GetPong() string + func (x *OrderRefundResp) ProtoReflect() protoreflect.Message + func (x *OrderRefundResp) Reset() + func (x *OrderRefundResp) String() string + type OrderReturnApplyAddReq struct + Description string + MemberUsername string + OrderId int64 + OrderSn string + ProductAttr string + ProductBrand string + ProductCount int32 + ProductId int64 + ProductName string + ProductPic string + ProductPrice float32 + ProductRealPrice float32 + ProofPics string + Reason string + ReturnName string + ReturnPhone string + Status int32 + func (*OrderReturnApplyAddReq) Descriptor() ([]byte, []int) + func (*OrderReturnApplyAddReq) ProtoMessage() + func (x *OrderReturnApplyAddReq) GetDescription() string + func (x *OrderReturnApplyAddReq) GetMemberUsername() string + func (x *OrderReturnApplyAddReq) GetOrderId() int64 + func (x *OrderReturnApplyAddReq) GetOrderSn() string + func (x *OrderReturnApplyAddReq) GetProductAttr() string + func (x *OrderReturnApplyAddReq) GetProductBrand() string + func (x *OrderReturnApplyAddReq) GetProductCount() int32 + func (x *OrderReturnApplyAddReq) GetProductId() int64 + func (x *OrderReturnApplyAddReq) GetProductName() string + func (x *OrderReturnApplyAddReq) GetProductPic() string + func (x *OrderReturnApplyAddReq) GetProductPrice() float32 + func (x *OrderReturnApplyAddReq) GetProductRealPrice() float32 + func (x *OrderReturnApplyAddReq) GetProofPics() string + func (x *OrderReturnApplyAddReq) GetReason() string + func (x *OrderReturnApplyAddReq) GetReturnName() string + func (x *OrderReturnApplyAddReq) GetReturnPhone() string + func (x *OrderReturnApplyAddReq) GetStatus() int32 + func (x *OrderReturnApplyAddReq) ProtoReflect() protoreflect.Message + func (x *OrderReturnApplyAddReq) Reset() + func (x *OrderReturnApplyAddReq) String() string + type OrderReturnApplyAddResp struct + Pong string + func (*OrderReturnApplyAddResp) Descriptor() ([]byte, []int) + func (*OrderReturnApplyAddResp) ProtoMessage() + func (x *OrderReturnApplyAddResp) GetPong() string + func (x *OrderReturnApplyAddResp) ProtoReflect() protoreflect.Message + func (x *OrderReturnApplyAddResp) Reset() + func (x *OrderReturnApplyAddResp) String() string + type OrderReturnApplyDeleteReq struct + Ids []int64 + func (*OrderReturnApplyDeleteReq) Descriptor() ([]byte, []int) + func (*OrderReturnApplyDeleteReq) ProtoMessage() + func (x *OrderReturnApplyDeleteReq) GetIds() []int64 + func (x *OrderReturnApplyDeleteReq) ProtoReflect() protoreflect.Message + func (x *OrderReturnApplyDeleteReq) Reset() + func (x *OrderReturnApplyDeleteReq) String() string + type OrderReturnApplyDeleteResp struct + Pong string + func (*OrderReturnApplyDeleteResp) Descriptor() ([]byte, []int) + func (*OrderReturnApplyDeleteResp) ProtoMessage() + func (x *OrderReturnApplyDeleteResp) GetPong() string + func (x *OrderReturnApplyDeleteResp) ProtoReflect() protoreflect.Message + func (x *OrderReturnApplyDeleteResp) Reset() + func (x *OrderReturnApplyDeleteResp) String() string + type OrderReturnApplyListData struct + CompanyAddressId int64 + CreateTime string + Description string + HandleMan string + HandleNote string + HandleTime string + Id int64 + MemberUsername string + OrderId int64 + OrderSn string + ProductAttr string + ProductBrand string + ProductCount int32 + ProductId int64 + ProductName string + ProductPic string + ProductPrice float32 + ProductRealPrice float32 + ProofPics string + Reason string + ReceiveMan string + ReceiveNote string + ReceiveTime string + ReturnAmount float32 + ReturnName string + ReturnPhone string + Status int32 + func (*OrderReturnApplyListData) Descriptor() ([]byte, []int) + func (*OrderReturnApplyListData) ProtoMessage() + func (x *OrderReturnApplyListData) GetCompanyAddressId() int64 + func (x *OrderReturnApplyListData) GetCreateTime() string + func (x *OrderReturnApplyListData) GetDescription() string + func (x *OrderReturnApplyListData) GetHandleMan() string + func (x *OrderReturnApplyListData) GetHandleNote() string + func (x *OrderReturnApplyListData) GetHandleTime() string + func (x *OrderReturnApplyListData) GetId() int64 + func (x *OrderReturnApplyListData) GetMemberUsername() string + func (x *OrderReturnApplyListData) GetOrderId() int64 + func (x *OrderReturnApplyListData) GetOrderSn() string + func (x *OrderReturnApplyListData) GetProductAttr() string + func (x *OrderReturnApplyListData) GetProductBrand() string + func (x *OrderReturnApplyListData) GetProductCount() int32 + func (x *OrderReturnApplyListData) GetProductId() int64 + func (x *OrderReturnApplyListData) GetProductName() string + func (x *OrderReturnApplyListData) GetProductPic() string + func (x *OrderReturnApplyListData) GetProductPrice() float32 + func (x *OrderReturnApplyListData) GetProductRealPrice() float32 + func (x *OrderReturnApplyListData) GetProofPics() string + func (x *OrderReturnApplyListData) GetReason() string + func (x *OrderReturnApplyListData) GetReceiveMan() string + func (x *OrderReturnApplyListData) GetReceiveNote() string + func (x *OrderReturnApplyListData) GetReceiveTime() string + func (x *OrderReturnApplyListData) GetReturnAmount() float32 + func (x *OrderReturnApplyListData) GetReturnName() string + func (x *OrderReturnApplyListData) GetReturnPhone() string + func (x *OrderReturnApplyListData) GetStatus() int32 + func (x *OrderReturnApplyListData) ProtoReflect() protoreflect.Message + func (x *OrderReturnApplyListData) Reset() + func (x *OrderReturnApplyListData) String() string + type OrderReturnApplyListReq struct + CreateTime string + Current int64 + HandleTime string + MemberUsername string + OrderSn string + PageSize int64 + Status int32 + func (*OrderReturnApplyListReq) Descriptor() ([]byte, []int) + func (*OrderReturnApplyListReq) ProtoMessage() + func (x *OrderReturnApplyListReq) GetCreateTime() string + func (x *OrderReturnApplyListReq) GetCurrent() int64 + func (x *OrderReturnApplyListReq) GetHandleTime() string + func (x *OrderReturnApplyListReq) GetMemberUsername() string + func (x *OrderReturnApplyListReq) GetOrderSn() string + func (x *OrderReturnApplyListReq) GetPageSize() int64 + func (x *OrderReturnApplyListReq) GetStatus() int32 + func (x *OrderReturnApplyListReq) ProtoReflect() protoreflect.Message + func (x *OrderReturnApplyListReq) Reset() + func (x *OrderReturnApplyListReq) String() string + type OrderReturnApplyListResp struct + List []*OrderReturnApplyListData + Total int64 + func (*OrderReturnApplyListResp) Descriptor() ([]byte, []int) + func (*OrderReturnApplyListResp) ProtoMessage() + func (x *OrderReturnApplyListResp) GetList() []*OrderReturnApplyListData + func (x *OrderReturnApplyListResp) GetTotal() int64 + func (x *OrderReturnApplyListResp) ProtoReflect() protoreflect.Message + func (x *OrderReturnApplyListResp) Reset() + func (x *OrderReturnApplyListResp) String() string + type OrderReturnApplyServiceClient interface + OrderReturnApplyAdd func(ctx context.Context, in *OrderReturnApplyAddReq, opts ...grpc.CallOption) (*OrderReturnApplyAddResp, error) + OrderReturnApplyDelete func(ctx context.Context, in *OrderReturnApplyDeleteReq, opts ...grpc.CallOption) (*OrderReturnApplyDeleteResp, error) + OrderReturnApplyList func(ctx context.Context, in *OrderReturnApplyListReq, opts ...grpc.CallOption) (*OrderReturnApplyListResp, error) + OrderReturnApplyUpdate func(ctx context.Context, in *OrderReturnApplyUpdateReq, opts ...grpc.CallOption) (*OrderReturnApplyUpdateResp, error) + func NewOrderReturnApplyServiceClient(cc grpc.ClientConnInterface) OrderReturnApplyServiceClient + type OrderReturnApplyServiceServer interface + OrderReturnApplyAdd func(context.Context, *OrderReturnApplyAddReq) (*OrderReturnApplyAddResp, error) + OrderReturnApplyDelete func(context.Context, *OrderReturnApplyDeleteReq) (*OrderReturnApplyDeleteResp, error) + OrderReturnApplyList func(context.Context, *OrderReturnApplyListReq) (*OrderReturnApplyListResp, error) + OrderReturnApplyUpdate func(context.Context, *OrderReturnApplyUpdateReq) (*OrderReturnApplyUpdateResp, error) + type OrderReturnApplyUpdateReq struct + CompanyAddressId int64 + HandleMan string + HandleNote string + Id int64 + ReceiveMan string + ReceiveNote string + Status int32 + func (*OrderReturnApplyUpdateReq) Descriptor() ([]byte, []int) + func (*OrderReturnApplyUpdateReq) ProtoMessage() + func (x *OrderReturnApplyUpdateReq) GetCompanyAddressId() int64 + func (x *OrderReturnApplyUpdateReq) GetHandleMan() string + func (x *OrderReturnApplyUpdateReq) GetHandleNote() string + func (x *OrderReturnApplyUpdateReq) GetId() int64 + func (x *OrderReturnApplyUpdateReq) GetReceiveMan() string + func (x *OrderReturnApplyUpdateReq) GetReceiveNote() string + func (x *OrderReturnApplyUpdateReq) GetStatus() int32 + func (x *OrderReturnApplyUpdateReq) ProtoReflect() protoreflect.Message + func (x *OrderReturnApplyUpdateReq) Reset() + func (x *OrderReturnApplyUpdateReq) String() string + type OrderReturnApplyUpdateResp struct + Pong string + func (*OrderReturnApplyUpdateResp) Descriptor() ([]byte, []int) + func (*OrderReturnApplyUpdateResp) ProtoMessage() + func (x *OrderReturnApplyUpdateResp) GetPong() string + func (x *OrderReturnApplyUpdateResp) ProtoReflect() protoreflect.Message + func (x *OrderReturnApplyUpdateResp) Reset() + func (x *OrderReturnApplyUpdateResp) String() string + type OrderReturnReasonAddReq struct + CreateTime string + Name string + Sort int32 + Status int32 + func (*OrderReturnReasonAddReq) Descriptor() ([]byte, []int) + func (*OrderReturnReasonAddReq) ProtoMessage() + func (x *OrderReturnReasonAddReq) GetCreateTime() string + func (x *OrderReturnReasonAddReq) GetName() string + func (x *OrderReturnReasonAddReq) GetSort() int32 + func (x *OrderReturnReasonAddReq) GetStatus() int32 + func (x *OrderReturnReasonAddReq) ProtoReflect() protoreflect.Message + func (x *OrderReturnReasonAddReq) Reset() + func (x *OrderReturnReasonAddReq) String() string + type OrderReturnReasonAddResp struct + Pong string + func (*OrderReturnReasonAddResp) Descriptor() ([]byte, []int) + func (*OrderReturnReasonAddResp) ProtoMessage() + func (x *OrderReturnReasonAddResp) GetPong() string + func (x *OrderReturnReasonAddResp) ProtoReflect() protoreflect.Message + func (x *OrderReturnReasonAddResp) Reset() + func (x *OrderReturnReasonAddResp) String() string + type OrderReturnReasonDeleteReq struct + Ids []int64 + func (*OrderReturnReasonDeleteReq) Descriptor() ([]byte, []int) + func (*OrderReturnReasonDeleteReq) ProtoMessage() + func (x *OrderReturnReasonDeleteReq) GetIds() []int64 + func (x *OrderReturnReasonDeleteReq) ProtoReflect() protoreflect.Message + func (x *OrderReturnReasonDeleteReq) Reset() + func (x *OrderReturnReasonDeleteReq) String() string + type OrderReturnReasonDeleteResp struct + Pong string + func (*OrderReturnReasonDeleteResp) Descriptor() ([]byte, []int) + func (*OrderReturnReasonDeleteResp) ProtoMessage() + func (x *OrderReturnReasonDeleteResp) GetPong() string + func (x *OrderReturnReasonDeleteResp) ProtoReflect() protoreflect.Message + func (x *OrderReturnReasonDeleteResp) Reset() + func (x *OrderReturnReasonDeleteResp) String() string + type OrderReturnReasonListData struct + CreateTime string + Id int64 + Name string + Sort int32 + Status int32 + func (*OrderReturnReasonListData) Descriptor() ([]byte, []int) + func (*OrderReturnReasonListData) ProtoMessage() + func (x *OrderReturnReasonListData) GetCreateTime() string + func (x *OrderReturnReasonListData) GetId() int64 + func (x *OrderReturnReasonListData) GetName() string + func (x *OrderReturnReasonListData) GetSort() int32 + func (x *OrderReturnReasonListData) GetStatus() int32 + func (x *OrderReturnReasonListData) ProtoReflect() protoreflect.Message + func (x *OrderReturnReasonListData) Reset() + func (x *OrderReturnReasonListData) String() string + type OrderReturnReasonListReq struct + Current int64 + Name string + PageSize int64 + Status int32 + func (*OrderReturnReasonListReq) Descriptor() ([]byte, []int) + func (*OrderReturnReasonListReq) ProtoMessage() + func (x *OrderReturnReasonListReq) GetCurrent() int64 + func (x *OrderReturnReasonListReq) GetName() string + func (x *OrderReturnReasonListReq) GetPageSize() int64 + func (x *OrderReturnReasonListReq) GetStatus() int32 + func (x *OrderReturnReasonListReq) ProtoReflect() protoreflect.Message + func (x *OrderReturnReasonListReq) Reset() + func (x *OrderReturnReasonListReq) String() string + type OrderReturnReasonListResp struct + List []*OrderReturnReasonListData + Total int64 + func (*OrderReturnReasonListResp) Descriptor() ([]byte, []int) + func (*OrderReturnReasonListResp) ProtoMessage() + func (x *OrderReturnReasonListResp) GetList() []*OrderReturnReasonListData + func (x *OrderReturnReasonListResp) GetTotal() int64 + func (x *OrderReturnReasonListResp) ProtoReflect() protoreflect.Message + func (x *OrderReturnReasonListResp) Reset() + func (x *OrderReturnReasonListResp) String() string + type OrderReturnReasonServiceClient interface + OrderReturnReasonAdd func(ctx context.Context, in *OrderReturnReasonAddReq, opts ...grpc.CallOption) (*OrderReturnReasonAddResp, error) + OrderReturnReasonDelete func(ctx context.Context, in *OrderReturnReasonDeleteReq, opts ...grpc.CallOption) (*OrderReturnReasonDeleteResp, error) + OrderReturnReasonList func(ctx context.Context, in *OrderReturnReasonListReq, opts ...grpc.CallOption) (*OrderReturnReasonListResp, error) + OrderReturnReasonUpdate func(ctx context.Context, in *OrderReturnReasonUpdateReq, opts ...grpc.CallOption) (*OrderReturnReasonUpdateResp, error) + func NewOrderReturnReasonServiceClient(cc grpc.ClientConnInterface) OrderReturnReasonServiceClient + type OrderReturnReasonServiceServer interface + OrderReturnReasonAdd func(context.Context, *OrderReturnReasonAddReq) (*OrderReturnReasonAddResp, error) + OrderReturnReasonDelete func(context.Context, *OrderReturnReasonDeleteReq) (*OrderReturnReasonDeleteResp, error) + OrderReturnReasonList func(context.Context, *OrderReturnReasonListReq) (*OrderReturnReasonListResp, error) + OrderReturnReasonUpdate func(context.Context, *OrderReturnReasonUpdateReq) (*OrderReturnReasonUpdateResp, error) + type OrderReturnReasonUpdateReq struct + CreateTime string + Id int64 + Name string + Sort int32 + Status int32 + func (*OrderReturnReasonUpdateReq) Descriptor() ([]byte, []int) + func (*OrderReturnReasonUpdateReq) ProtoMessage() + func (x *OrderReturnReasonUpdateReq) GetCreateTime() string + func (x *OrderReturnReasonUpdateReq) GetId() int64 + func (x *OrderReturnReasonUpdateReq) GetName() string + func (x *OrderReturnReasonUpdateReq) GetSort() int32 + func (x *OrderReturnReasonUpdateReq) GetStatus() int32 + func (x *OrderReturnReasonUpdateReq) ProtoReflect() protoreflect.Message + func (x *OrderReturnReasonUpdateReq) Reset() + func (x *OrderReturnReasonUpdateReq) String() string + type OrderReturnReasonUpdateResp struct + Pong string + func (*OrderReturnReasonUpdateResp) Descriptor() ([]byte, []int) + func (*OrderReturnReasonUpdateResp) ProtoMessage() + func (x *OrderReturnReasonUpdateResp) GetPong() string + func (x *OrderReturnReasonUpdateResp) ProtoReflect() protoreflect.Message + func (x *OrderReturnReasonUpdateResp) Reset() + func (x *OrderReturnReasonUpdateResp) String() string + type OrderServiceClient interface + OrderAdd func(ctx context.Context, in *OrderAddReq, opts ...grpc.CallOption) (*OrderAddResp, error) + OrderCancel func(ctx context.Context, in *OrderCancelReq, opts ...grpc.CallOption) (*OrderCancelResp, error) + OrderConfirm func(ctx context.Context, in *OrderConfirmReq, opts ...grpc.CallOption) (*OrderConfirmResp, error) + OrderDelete func(ctx context.Context, in *OrderDeleteReq, opts ...grpc.CallOption) (*OrderDeleteResp, error) + OrderDeleteById func(ctx context.Context, in *OrderDeleteByIdReq, opts ...grpc.CallOption) (*OrderDeleteResp, error) + OrderList func(ctx context.Context, in *OrderListReq, opts ...grpc.CallOption) (*OrderListResp, error) + OrderListByMemberId func(ctx context.Context, in *OrderListByMemberIdReq, opts ...grpc.CallOption) (*OrderListByMemberIdResp, error) + OrderRefund func(ctx context.Context, in *OrderRefundReq, opts ...grpc.CallOption) (*OrderRefundResp, error) + OrderUpdate func(ctx context.Context, in *OrderUpdateReq, opts ...grpc.CallOption) (*OrderUpdateResp, error) + QueryOrderList func(ctx context.Context, in *QueryOrderListReq, opts ...grpc.CallOption) (*OrderListResp, error) + UpdateOrderStatusByOutTradeNo func(ctx context.Context, in *UpdateOrderStatusByOutTradeNoReq, ...) (*UpdateOrderStatusByOutTradeNoResp, error) + func NewOrderServiceClient(cc grpc.ClientConnInterface) OrderServiceClient + type OrderServiceServer interface + OrderAdd func(context.Context, *OrderAddReq) (*OrderAddResp, error) + OrderCancel func(context.Context, *OrderCancelReq) (*OrderCancelResp, error) + OrderConfirm func(context.Context, *OrderConfirmReq) (*OrderConfirmResp, error) + OrderDelete func(context.Context, *OrderDeleteReq) (*OrderDeleteResp, error) + OrderDeleteById func(context.Context, *OrderDeleteByIdReq) (*OrderDeleteResp, error) + OrderList func(context.Context, *OrderListReq) (*OrderListResp, error) + OrderListByMemberId func(context.Context, *OrderListByMemberIdReq) (*OrderListByMemberIdResp, error) + OrderRefund func(context.Context, *OrderRefundReq) (*OrderRefundResp, error) + OrderUpdate func(context.Context, *OrderUpdateReq) (*OrderUpdateResp, error) + QueryOrderList func(context.Context, *QueryOrderListReq) (*OrderListResp, error) + UpdateOrderStatusByOutTradeNo func(context.Context, *UpdateOrderStatusByOutTradeNoReq) (*UpdateOrderStatusByOutTradeNoResp, error) + type OrderSettingAddReq struct + CommentOvertime int32 + ConfirmOvertime int32 + FinishOvertime int32 + FlashOrderOvertime int32 + NormalOrderOvertime int32 + func (*OrderSettingAddReq) Descriptor() ([]byte, []int) + func (*OrderSettingAddReq) ProtoMessage() + func (x *OrderSettingAddReq) GetCommentOvertime() int32 + func (x *OrderSettingAddReq) GetConfirmOvertime() int32 + func (x *OrderSettingAddReq) GetFinishOvertime() int32 + func (x *OrderSettingAddReq) GetFlashOrderOvertime() int32 + func (x *OrderSettingAddReq) GetNormalOrderOvertime() int32 + func (x *OrderSettingAddReq) ProtoReflect() protoreflect.Message + func (x *OrderSettingAddReq) Reset() + func (x *OrderSettingAddReq) String() string + type OrderSettingAddResp struct + Pong string + func (*OrderSettingAddResp) Descriptor() ([]byte, []int) + func (*OrderSettingAddResp) ProtoMessage() + func (x *OrderSettingAddResp) GetPong() string + func (x *OrderSettingAddResp) ProtoReflect() protoreflect.Message + func (x *OrderSettingAddResp) Reset() + func (x *OrderSettingAddResp) String() string + type OrderSettingDeleteReq struct + Ids []int64 + func (*OrderSettingDeleteReq) Descriptor() ([]byte, []int) + func (*OrderSettingDeleteReq) ProtoMessage() + func (x *OrderSettingDeleteReq) GetIds() []int64 + func (x *OrderSettingDeleteReq) ProtoReflect() protoreflect.Message + func (x *OrderSettingDeleteReq) Reset() + func (x *OrderSettingDeleteReq) String() string + type OrderSettingDeleteResp struct + Pong string + func (*OrderSettingDeleteResp) Descriptor() ([]byte, []int) + func (*OrderSettingDeleteResp) ProtoMessage() + func (x *OrderSettingDeleteResp) GetPong() string + func (x *OrderSettingDeleteResp) ProtoReflect() protoreflect.Message + func (x *OrderSettingDeleteResp) Reset() + func (x *OrderSettingDeleteResp) String() string + type OrderSettingListData struct + CommentOvertime int32 + ConfirmOvertime int32 + FinishOvertime int32 + FlashOrderOvertime int32 + Id int64 + NormalOrderOvertime int32 + func (*OrderSettingListData) Descriptor() ([]byte, []int) + func (*OrderSettingListData) ProtoMessage() + func (x *OrderSettingListData) GetCommentOvertime() int32 + func (x *OrderSettingListData) GetConfirmOvertime() int32 + func (x *OrderSettingListData) GetFinishOvertime() int32 + func (x *OrderSettingListData) GetFlashOrderOvertime() int32 + func (x *OrderSettingListData) GetId() int64 + func (x *OrderSettingListData) GetNormalOrderOvertime() int32 + func (x *OrderSettingListData) ProtoReflect() protoreflect.Message + func (x *OrderSettingListData) Reset() + func (x *OrderSettingListData) String() string + type OrderSettingListReq struct + Current int64 + PageSize int64 + func (*OrderSettingListReq) Descriptor() ([]byte, []int) + func (*OrderSettingListReq) ProtoMessage() + func (x *OrderSettingListReq) GetCurrent() int64 + func (x *OrderSettingListReq) GetPageSize() int64 + func (x *OrderSettingListReq) ProtoReflect() protoreflect.Message + func (x *OrderSettingListReq) Reset() + func (x *OrderSettingListReq) String() string + type OrderSettingListResp struct + List []*OrderSettingListData + Total int64 + func (*OrderSettingListResp) Descriptor() ([]byte, []int) + func (*OrderSettingListResp) ProtoMessage() + func (x *OrderSettingListResp) GetList() []*OrderSettingListData + func (x *OrderSettingListResp) GetTotal() int64 + func (x *OrderSettingListResp) ProtoReflect() protoreflect.Message + func (x *OrderSettingListResp) Reset() + func (x *OrderSettingListResp) String() string + type OrderSettingServiceClient interface + OrderSettingAdd func(ctx context.Context, in *OrderSettingAddReq, opts ...grpc.CallOption) (*OrderSettingAddResp, error) + OrderSettingDelete func(ctx context.Context, in *OrderSettingDeleteReq, opts ...grpc.CallOption) (*OrderSettingDeleteResp, error) + OrderSettingList func(ctx context.Context, in *OrderSettingListReq, opts ...grpc.CallOption) (*OrderSettingListResp, error) + OrderSettingUpdate func(ctx context.Context, in *OrderSettingUpdateReq, opts ...grpc.CallOption) (*OrderSettingUpdateResp, error) + func NewOrderSettingServiceClient(cc grpc.ClientConnInterface) OrderSettingServiceClient + type OrderSettingServiceServer interface + OrderSettingAdd func(context.Context, *OrderSettingAddReq) (*OrderSettingAddResp, error) + OrderSettingDelete func(context.Context, *OrderSettingDeleteReq) (*OrderSettingDeleteResp, error) + OrderSettingList func(context.Context, *OrderSettingListReq) (*OrderSettingListResp, error) + OrderSettingUpdate func(context.Context, *OrderSettingUpdateReq) (*OrderSettingUpdateResp, error) + type OrderSettingUpdateReq struct + CommentOvertime int32 + ConfirmOvertime int32 + FinishOvertime int32 + FlashOrderOvertime int32 + Id int64 + NormalOrderOvertime int32 + func (*OrderSettingUpdateReq) Descriptor() ([]byte, []int) + func (*OrderSettingUpdateReq) ProtoMessage() + func (x *OrderSettingUpdateReq) GetCommentOvertime() int32 + func (x *OrderSettingUpdateReq) GetConfirmOvertime() int32 + func (x *OrderSettingUpdateReq) GetFinishOvertime() int32 + func (x *OrderSettingUpdateReq) GetFlashOrderOvertime() int32 + func (x *OrderSettingUpdateReq) GetId() int64 + func (x *OrderSettingUpdateReq) GetNormalOrderOvertime() int32 + func (x *OrderSettingUpdateReq) ProtoReflect() protoreflect.Message + func (x *OrderSettingUpdateReq) Reset() + func (x *OrderSettingUpdateReq) String() string + type OrderSettingUpdateResp struct + Pong string + func (*OrderSettingUpdateResp) Descriptor() ([]byte, []int) + func (*OrderSettingUpdateResp) ProtoMessage() + func (x *OrderSettingUpdateResp) GetPong() string + func (x *OrderSettingUpdateResp) ProtoReflect() protoreflect.Message + func (x *OrderSettingUpdateResp) Reset() + func (x *OrderSettingUpdateResp) String() string + type OrderUpdateReq struct + DeliveryCompany string + DeliverySn string + Id int64 + Note string + Status int32 + func (*OrderUpdateReq) Descriptor() ([]byte, []int) + func (*OrderUpdateReq) ProtoMessage() + func (x *OrderUpdateReq) GetDeliveryCompany() string + func (x *OrderUpdateReq) GetDeliverySn() string + func (x *OrderUpdateReq) GetId() int64 + func (x *OrderUpdateReq) GetNote() string + func (x *OrderUpdateReq) GetStatus() int32 + func (x *OrderUpdateReq) ProtoReflect() protoreflect.Message + func (x *OrderUpdateReq) Reset() + func (x *OrderUpdateReq) String() string + type OrderUpdateResp struct + Pong string + func (*OrderUpdateResp) Descriptor() ([]byte, []int) + func (*OrderUpdateResp) ProtoMessage() + func (x *OrderUpdateResp) GetPong() string + func (x *OrderUpdateResp) ProtoReflect() protoreflect.Message + func (x *OrderUpdateResp) Reset() + func (x *OrderUpdateResp) String() string + type QueryOrderListReq struct + Current int64 + MemberId int64 + PageSize int64 + Status int32 + func (*QueryOrderListReq) Descriptor() ([]byte, []int) + func (*QueryOrderListReq) ProtoMessage() + func (x *QueryOrderListReq) GetCurrent() int64 + func (x *QueryOrderListReq) GetMemberId() int64 + func (x *QueryOrderListReq) GetPageSize() int64 + func (x *QueryOrderListReq) GetStatus() int32 + func (x *QueryOrderListReq) ProtoReflect() protoreflect.Message + func (x *QueryOrderListReq) Reset() + func (x *QueryOrderListReq) String() string + type ReleaseSkuStockLockData struct + ProductQuantity int32 + ProductSkuId int64 + func (*ReleaseSkuStockLockData) Descriptor() ([]byte, []int) + func (*ReleaseSkuStockLockData) ProtoMessage() + func (x *ReleaseSkuStockLockData) GetProductQuantity() int32 + func (x *ReleaseSkuStockLockData) GetProductSkuId() int64 + func (x *ReleaseSkuStockLockData) ProtoReflect() protoreflect.Message + func (x *ReleaseSkuStockLockData) Reset() + func (x *ReleaseSkuStockLockData) String() string + type UnimplementedCartItemServiceServer struct + func (UnimplementedCartItemServiceServer) CartItemAdd(context.Context, *CartItemAddReq) (*CartItemAddResp, error) + func (UnimplementedCartItemServiceServer) CartItemClear(context.Context, *CartItemClearReq) (*CartItemClearResp, error) + func (UnimplementedCartItemServiceServer) CartItemDelete(context.Context, *CartItemDeleteReq) (*CartItemDeleteResp, error) + func (UnimplementedCartItemServiceServer) CartItemList(context.Context, *CartItemListReq) (*CartItemListResp, error) + func (UnimplementedCartItemServiceServer) CartItemUpdate(context.Context, *CartItemUpdateReq) (*CartItemUpdateResp, error) + func (UnimplementedCartItemServiceServer) CartItemUpdateQuantity(context.Context, *CartItemUpdateReq) (*CartItemUpdateResp, error) + type UnimplementedCompanyAddressServiceServer struct + func (UnimplementedCompanyAddressServiceServer) CompanyAddressAdd(context.Context, *CompanyAddressAddReq) (*CompanyAddressAddResp, error) + func (UnimplementedCompanyAddressServiceServer) CompanyAddressDelete(context.Context, *CompanyAddressDeleteReq) (*CompanyAddressDeleteResp, error) + func (UnimplementedCompanyAddressServiceServer) CompanyAddressList(context.Context, *CompanyAddressListReq) (*CompanyAddressListResp, error) + func (UnimplementedCompanyAddressServiceServer) CompanyAddressUpdate(context.Context, *CompanyAddressUpdateReq) (*CompanyAddressUpdateResp, error) + type UnimplementedOrderItemServiceServer struct + func (UnimplementedOrderItemServiceServer) OrderItemAdd(context.Context, *OrderItemAddReq) (*OrderItemAddResp, error) + func (UnimplementedOrderItemServiceServer) OrderItemDelete(context.Context, *OrderItemDeleteReq) (*OrderItemDeleteResp, error) + func (UnimplementedOrderItemServiceServer) OrderItemList(context.Context, *OrderItemListReq) (*OrderItemListResp, error) + func (UnimplementedOrderItemServiceServer) OrderItemUpdate(context.Context, *OrderItemUpdateReq) (*OrderItemUpdateResp, error) + type UnimplementedOrderOperateHistorServiceServer struct + func (UnimplementedOrderOperateHistorServiceServer) OrderOperateHistoryAdd(context.Context, *OrderOperateHistoryAddReq) (*OrderOperateHistoryAddResp, error) + func (UnimplementedOrderOperateHistorServiceServer) OrderOperateHistoryDelete(context.Context, *OrderOperateHistoryDeleteReq) (*OrderOperateHistoryDeleteResp, error) + func (UnimplementedOrderOperateHistorServiceServer) OrderOperateHistoryList(context.Context, *OrderOperateHistoryListReq) (*OrderOperateHistoryListResp, error) + func (UnimplementedOrderOperateHistorServiceServer) OrderOperateHistoryUpdate(context.Context, *OrderOperateHistoryUpdateReq) (*OrderOperateHistoryUpdateResp, error) + type UnimplementedOrderReturnApplyServiceServer struct + func (UnimplementedOrderReturnApplyServiceServer) OrderReturnApplyAdd(context.Context, *OrderReturnApplyAddReq) (*OrderReturnApplyAddResp, error) + func (UnimplementedOrderReturnApplyServiceServer) OrderReturnApplyDelete(context.Context, *OrderReturnApplyDeleteReq) (*OrderReturnApplyDeleteResp, error) + func (UnimplementedOrderReturnApplyServiceServer) OrderReturnApplyList(context.Context, *OrderReturnApplyListReq) (*OrderReturnApplyListResp, error) + func (UnimplementedOrderReturnApplyServiceServer) OrderReturnApplyUpdate(context.Context, *OrderReturnApplyUpdateReq) (*OrderReturnApplyUpdateResp, error) + type UnimplementedOrderReturnReasonServiceServer struct + func (UnimplementedOrderReturnReasonServiceServer) OrderReturnReasonAdd(context.Context, *OrderReturnReasonAddReq) (*OrderReturnReasonAddResp, error) + func (UnimplementedOrderReturnReasonServiceServer) OrderReturnReasonDelete(context.Context, *OrderReturnReasonDeleteReq) (*OrderReturnReasonDeleteResp, error) + func (UnimplementedOrderReturnReasonServiceServer) OrderReturnReasonList(context.Context, *OrderReturnReasonListReq) (*OrderReturnReasonListResp, error) + func (UnimplementedOrderReturnReasonServiceServer) OrderReturnReasonUpdate(context.Context, *OrderReturnReasonUpdateReq) (*OrderReturnReasonUpdateResp, error) + type UnimplementedOrderServiceServer struct + func (UnimplementedOrderServiceServer) OrderAdd(context.Context, *OrderAddReq) (*OrderAddResp, error) + func (UnimplementedOrderServiceServer) OrderCancel(context.Context, *OrderCancelReq) (*OrderCancelResp, error) + func (UnimplementedOrderServiceServer) OrderConfirm(context.Context, *OrderConfirmReq) (*OrderConfirmResp, error) + func (UnimplementedOrderServiceServer) OrderDelete(context.Context, *OrderDeleteReq) (*OrderDeleteResp, error) + func (UnimplementedOrderServiceServer) OrderDeleteById(context.Context, *OrderDeleteByIdReq) (*OrderDeleteResp, error) + func (UnimplementedOrderServiceServer) OrderList(context.Context, *OrderListReq) (*OrderListResp, error) + func (UnimplementedOrderServiceServer) OrderListByMemberId(context.Context, *OrderListByMemberIdReq) (*OrderListByMemberIdResp, error) + func (UnimplementedOrderServiceServer) OrderRefund(context.Context, *OrderRefundReq) (*OrderRefundResp, error) + func (UnimplementedOrderServiceServer) OrderUpdate(context.Context, *OrderUpdateReq) (*OrderUpdateResp, error) + func (UnimplementedOrderServiceServer) QueryOrderList(context.Context, *QueryOrderListReq) (*OrderListResp, error) + func (UnimplementedOrderServiceServer) UpdateOrderStatusByOutTradeNo(context.Context, *UpdateOrderStatusByOutTradeNoReq) (*UpdateOrderStatusByOutTradeNoResp, error) + type UnimplementedOrderSettingServiceServer struct + func (UnimplementedOrderSettingServiceServer) OrderSettingAdd(context.Context, *OrderSettingAddReq) (*OrderSettingAddResp, error) + func (UnimplementedOrderSettingServiceServer) OrderSettingDelete(context.Context, *OrderSettingDeleteReq) (*OrderSettingDeleteResp, error) + func (UnimplementedOrderSettingServiceServer) OrderSettingList(context.Context, *OrderSettingListReq) (*OrderSettingListResp, error) + func (UnimplementedOrderSettingServiceServer) OrderSettingUpdate(context.Context, *OrderSettingUpdateReq) (*OrderSettingUpdateResp, error) + type UnsafeCartItemServiceServer interface + type UnsafeCompanyAddressServiceServer interface + type UnsafeOrderItemServiceServer interface + type UnsafeOrderOperateHistorServiceServer interface + type UnsafeOrderReturnApplyServiceServer interface + type UnsafeOrderReturnReasonServiceServer interface + type UnsafeOrderServiceServer interface + type UnsafeOrderSettingServiceServer interface + type UpdateOrderStatusByOutTradeNoReq struct + OrderStatus int64 + OutTradeNo string + func (*UpdateOrderStatusByOutTradeNoReq) Descriptor() ([]byte, []int) + func (*UpdateOrderStatusByOutTradeNoReq) ProtoMessage() + func (x *UpdateOrderStatusByOutTradeNoReq) GetOrderStatus() int64 + func (x *UpdateOrderStatusByOutTradeNoReq) GetOutTradeNo() string + func (x *UpdateOrderStatusByOutTradeNoReq) ProtoReflect() protoreflect.Message + func (x *UpdateOrderStatusByOutTradeNoReq) Reset() + func (x *UpdateOrderStatusByOutTradeNoReq) String() string + type UpdateOrderStatusByOutTradeNoResp struct + Pong string + func (*UpdateOrderStatusByOutTradeNoResp) Descriptor() ([]byte, []int) + func (*UpdateOrderStatusByOutTradeNoResp) ProtoMessage() + func (x *UpdateOrderStatusByOutTradeNoResp) GetPong() string + func (x *UpdateOrderStatusByOutTradeNoResp) ProtoReflect() protoreflect.Message + func (x *UpdateOrderStatusByOutTradeNoResp) Reset() + func (x *UpdateOrderStatusByOutTradeNoResp) String() string