[feat] 类型调整 int => byte
This commit is contained in:
parent
f8a11598db
commit
4ef8c130a7
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user