+ api_config.go

This commit is contained in:
gazebo
2019-08-13 17:57:03 +08:00
parent ff3cd0fa1b
commit ad0c8eb3c0

View File

@@ -0,0 +1,15 @@
package model
type AppKeyConfig struct {
ModelIDCULD
VendorID int
AppKey string // 同一平台下不同的Key
Name string
AppType int
Value1 string
Value2 string
Value3 string
Value4 string
Value5 string
}