[feat] 类型调整 int => byte
This commit is contained in:
@@ -87,7 +87,7 @@ type QueryField interface {
|
|||||||
IsExpr() bool
|
IsExpr() bool
|
||||||
IsOmitempty() bool
|
IsOmitempty() bool
|
||||||
Ignored() bool
|
Ignored() bool
|
||||||
SetOptions(int) QueryField
|
SetOptions(byte) QueryField
|
||||||
ToSql() db.Expression
|
ToSql() db.Expression
|
||||||
ToStructField(tags ...string) reflect.StructField
|
ToStructField(tags ...string) reflect.StructField
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user