8 lines
132 B
Go
8 lines
132 B
Go
|
package model
|
||
|
|
||
|
// QueryBusinessInfo .
|
||
|
type QueryBusinessInfo struct {
|
||
|
Name string `json:"name"`
|
||
|
Appkey string `json:"appkey"`
|
||
|
}
|