Explorar el Código

增加系统配置接口

kobe6258 hace 4 meses
padre
commit
09df0d4286
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      models/trade_order.go

+ 1 - 0
models/trade_order.go

@@ -28,6 +28,7 @@ type TradeOrderView struct {
 	MerchantID     string
 	UserID         int
 	TemplateUserID int
+	PaymentWay     string
 	PaymentType    string
 	PaymentStatus  string
 	DealTime       string