15 lines
314 B
Go
15 lines
314 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 UserSearchReq struct {
|
||
|
KeyWord string `json:"keyWord,omitempty"`
|
||
|
}
|