6 lines
97 B
Go
6 lines
97 B
Go
package form
|
|
|
|
type PointNameSelectReq struct {
|
|
Keyword string `form:"keyword" json:"keyword"`
|
|
}
|