[feat] 类型调整 int => byte
This commit is contained in:
parent
c8cda2d8db
commit
f8a11598db
@ -76,7 +76,7 @@ type ResField interface {
|
||||
ToStructField(tags ...string) reflect.StructField
|
||||
ToValue(any) any
|
||||
ToBlueprint(table *schema.Blueprint) *schema.ColumnDefinition
|
||||
ToQueryField(t RouteParamType, alias string, options int) QueryField
|
||||
ToQueryField(t RouteParamType, alias string, options byte) QueryField
|
||||
}
|
||||
|
||||
type QueryField interface {
|
||||
|
Loading…
Reference in New Issue
Block a user