Files
jx-callback/business/model/api_config.go

16 lines
238 B
Go

package model
type AppKeyConfig struct {
ModelIDCULD
VendorID int
AppCode string // 同一平台下不同的商户代码
AppName string
AppType int
Value1 string
Value2 string
Value3 string
Value4 string
Value5 string
}