go-wxhelper/model/param/aiassistant/select.go
2024-02-02 17:30:11 +08:00

8 lines
153 B
Go

package aiassistant
// GetAll
// @description: 获取所有AI助手
type GetAll struct {
Keyword string `json:"keyword" form:"keyword"` // 关键字
}