Files
toutoukan/services/order/payOrder/grpc/payOrderGrpc.go

13 lines
128 B
Go
Raw Normal View History

2025-09-15 11:09:22 +08:00
package main
type PayOrder struct {
}
func (P *PayOrder) GenerateOrderID() string {
return ""
}
func PayOrderService() {
}