7 lines
131 B
Go
7 lines
131 B
Go
package officialmod
|
|
|
|
// QueryCond 查询列表
|
|
type QueryCond struct {
|
|
Type string `form:"type" json:"type" binding:"required"`
|
|
}
|