15 lines
325 B
Go
15 lines
325 B
Go
/*
|
|
*
|
|
*
|
|
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
*
|
|
* API version:
|
|
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
|
|
*/
|
|
|
|
package swagger
|
|
|
|
type UserSearchReply struct {
|
|
KeyWord []UserInfoReply `json:"KeyWord,omitempty"`
|
|
}
|