[feat] add ResField.ToQueryField func
This commit is contained in:
@@ -73,6 +73,7 @@ type ResField interface {
|
||||
ToStructField(tags ...string) reflect.StructField
|
||||
ToValue(any) any
|
||||
ToBlueprint(table *schema.Blueprint) *schema.ColumnDefinition
|
||||
ToQueryField(t QueryDataType, alias string, options int) QueryField
|
||||
}
|
||||
|
||||
// 资源
|
||||
|
||||
Reference in New Issue
Block a user