```go type Foo struct { ID uint `json:"id" binding:"required"` } ``` 支持直接解析这个 tag,就不需要再写 `@require` 注释了