Browse Source

增加系统配置接口

kobe6258 4 tháng trước cách đây
mục cha
commit
09df0d4286
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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